UNPKG

vuepress-plugin-typedoc

Version:
12 lines (11 loc) 310 B
import { TypeDocOptions } from 'typedoc'; export interface PluginOptions extends TypeDocOptions { sidebar?: SidebarOptions; hideBreadcrumbs?: boolean; hideInPageTOC?: boolean; } export interface SidebarOptions { fullNames: boolean; parentCategory: string; autoConfiguration: boolean; }