typedoc-plugin-markdown
Version:
A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
7 lines (6 loc) • 328 B
TypeScript
import { MarkdownThemeContext } from '../../../theme/index.js';
import { DeclarationReflection } from 'typedoc';
export declare function typeDeclarationContainer(this: MarkdownThemeContext, model: DeclarationReflection, typeDeclaration: DeclarationReflection, opts: {
headingLevel: number;
nested?: boolean;
}): string;