Saltearse al contenido

types

Esta página aún no está disponible en tu idioma.

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>