UNPKG

docusaurus-plugin-typedoc

Version:

A Docusaurus plugin to integrate TypeDoc ( + typedoc-plugin-markdown ) into a Docusaurus project.

8 lines (7 loc) 270 B
export declare const DEFAULT_SIDEBAR_OPTIONS: { autoConfiguration: boolean; pretty: boolean; typescript: boolean; deprecatedItemClassName: string; }; export declare function getPluginOptions(context: any, opts: Record<string, any>): Record<string, any>;