import { createNode } from '@tiptap/core' export default createNode({ name: 'text', group: 'inline', })