UNPKG

vuepress-plugin-typedoc

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