UNPKG

@microsoft/api-documenter

Version:

Read JSON files from api-extractor, generate documentation pages

17 lines 492 B
import { TSDocConfiguration } from '@microsoft/tsdoc'; /** * Identifies custom subclasses of {@link DocNode}. */ export declare enum CustomDocNodeKind { EmphasisSpan = "EmphasisSpan", Heading = "Heading", NoteBox = "NoteBox", Table = "Table", TableCell = "TableCell", TableRow = "TableRow" } export declare class CustomDocNodes { private static _configuration; static get configuration(): TSDocConfiguration; } //# sourceMappingURL=CustomDocNodeKind.d.ts.map