mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-26 18:57:50 +08:00
7 lines
109 B
TypeScript
7 lines
109 B
TypeScript
import { Node } from '@tiptap/core'
|
|
|
|
export const Text = Node.create({
|
|
name: 'text',
|
|
group: 'inline',
|
|
})
|