7 lines
256 B
TypeScript
7 lines
256 B
TypeScript
import { Node } from '@tiptap/core';
|
|
/**
|
|
* The default document node which represents the top level node of the editor.
|
|
* @see https://tiptap.dev/api/nodes/document
|
|
*/
|
|
export declare const Document: Node<any, any>;
|
|
//# sourceMappingURL=document.d.ts.map
|