Aller au contenu

types

Ce contenu n’est pas encore disponible dans votre langue.

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>