UNPKG

typedoc-plugin-markdown

Version:

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

7 lines (6 loc) 287 B
import { MarkdownThemeContext } from '../../../theme/index.js'; import { DeclarationReflection } from 'typedoc'; export declare function typeDeclaration(this: MarkdownThemeContext, model: DeclarationReflection, options: { headingLevel: number; allowSource?: boolean; }): string;