UNPKG

@tiptap/core

Version:

headless rich text editor

15 lines (11 loc) 260 B
import * as commands from '../commands/index.js' import { Extension } from '../Extension.js' export * from '../commands/index.js' export const Commands = Extension.create({ name: 'commands', addCommands() { return { ...commands, } }, })