opencrm/frontend/node_modules/@tiptap/extension-document/dist/index.d.cts

10 lines
255 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
*/
declare const Document: Node<any, any>;
export { Document, Document as default };