UNPKG

vuepress-plugin-typedoc

Version:
4 lines (3 loc) 200 B
import { ProjectReflection } from 'typedoc'; export declare function render(project: ProjectReflection, outputDirectory: string): Promise<void>; export declare function removeDir(path: string): void;