UNPKG

typedoc-plugin-markdown

Version:

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.

7 lines (6 loc) 289 B
import { MarkdownThemeContext } from '../../../theme/index.js'; import { ContainerReflection, ReflectionKind } from 'typedoc'; export declare function groups(this: MarkdownThemeContext, model: ContainerReflection, options: { headingLevel: number; kind: ReflectionKind; }): string;