UNPKG

docusaurus-plugin-typedoc-api

Version:

Docusaurus plugin that provides source code API documentation powered by TypeDoc.

4 lines 315 B
import type { LoadContext, Plugin } from '@docusaurus/types'; import type { DocusaurusPluginTypeDocApiOptions, LoadedContent } from './types'; export default function typedocApiPlugin(context: LoadContext, pluginOptions: DocusaurusPluginTypeDocApiOptions): Plugin<LoadedContent>; //# sourceMappingURL=index.d.ts.map