UNPKG

docusaurus-plugin-typedoc

Version:

A Docusaurus plugin to integrate TypeDoc ( + typedoc-plugin-markdown ) into the Docusaurus CLI.

4 lines (3 loc) 217 B
import { TypeDocOptions } from 'typedoc'; import { PluginOptions } from './types/plugin.js'; export declare function getPluginOptions(context: any, opts: Partial<PluginOptions & TypeDocOptions>): Record<string, any>;