UNPKG

tiptap

Version:

A rich-text editor for Vue.js

16 lines (11 loc) 180 B
import Node from '../Utils/Node' export default class Text extends Node { get name() { return 'text' } get schema() { return { group: 'inline', } } }