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