tiptap/packages/extension-text/src/text.ts

7 lines
109 B
TypeScript
Raw Normal View History

import { Node } from '@tiptap/core'
2020-03-06 04:05:01 +08:00
2020-12-08 04:32:50 +08:00
export const Text = Node.create({
2020-10-21 21:17:05 +08:00
name: 'text',
group: 'inline',
})