/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { TSDocConfiguration } from '@microsoft/tsdoc'; /** * Identifies custom subclasses of {@link DocNode}. */ export declare const enum CustomDocNodeKind { Anchor = "Anchor", EmphasisSpan = "EmphasisSpan", Heading = "Heading", List = "List", NoteBox = "NoteBox", Table = "Table", TableCell = "TableCell", TableRow = "TableRow" } export declare const configuration: TSDocConfiguration; //# sourceMappingURL=customDocNodeKind.d.ts.map