UNPKG

@tiptap/extension-text

Version:

text extension for tiptap

10 lines (7 loc) 214 B
import { Node } from '@tiptap/core'; /** * This extension allows you to create text nodes. * @see https://www.tiptap.dev/api/nodes/text */ declare const Text: Node<any, any>; export { Text, Text as default };