跳转到内容

types

此内容尚不支持你的语言。

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>