Zum Inhalt springen

types

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Defined in: types.ts:8^

optional argParse: any;

Defined in: types.ts:10^

optional transformConfig: any;

Defined in: types.ts:11^

optional type:
| MarkDocRenderer
| "html"
| "react-static";

Defined in: types.ts:9^


Defined in: types.ts:3^

name: string;

Defined in: types.ts:4^

render: (content: RenderableTreeNode) => Promise<string>;

Defined in: types.ts:5^

RenderableTreeNode

Promise<string>