import { Node } from '@tiptap/core' export default new Node() .name('text') .schema(() => ({ group: 'inline', })) .create()