5 lines
227 B
TypeScript
5 lines
227 B
TypeScript
|
|
import type { TSDocConfiguration } from '../configuration/TSDocConfiguration';
|
||
|
|
export declare class BuiltInDocNodes {
|
||
|
|
static register(configuration: TSDocConfiguration): void;
|
||
|
|
}
|
||
|
|
//# sourceMappingURL=BuiltInDocNodes.d.ts.map
|