UNPKG

vuepress-plugin-typedoc

Version:
9 lines (8 loc) 247 B
import { PluginOptions } from './types'; export declare const typedocPlugin: (opts: PluginOptions, ctx: any) => { name: string; enhanceAppFiles(): Promise<{ name: string; content: string; } | undefined>; } | undefined;