UNPKG

@tiptap/extension-text

Version:

text extension for tiptap

7 lines 219 B
import { Node } from '@tiptap/core'; /** * This extension allows you to create text nodes. * @see https://www.tiptap.dev/api/nodes/text */ export declare const Text: Node<any, any>; //# sourceMappingURL=text.d.ts.map