1 | import { TSDocConfiguration } from '@microsoft/tsdoc';
|
2 | /**
|
3 | * Identifies custom subclasses of {@link DocNode}.
|
4 | */
|
5 | export declare const enum CustomDocNodeKind {
|
6 | EmphasisSpan = "EmphasisSpan",
|
7 | Heading = "Heading",
|
8 | NoteBox = "NoteBox",
|
9 | Table = "Table",
|
10 | TableCell = "TableCell",
|
11 | TableRow = "TableRow"
|
12 | }
|
13 | export declare class CustomDocNodes {
|
14 | private static _configuration;
|
15 | static get configuration(): TSDocConfiguration;
|
16 | }
|
17 | //# sourceMappingURL=CustomDocNodeKind.d.ts.map |
\ | No newline at end of file |