tiptap/packages/core/src/extensions/index.ts

5 lines
154 B
TypeScript
Raw Normal View History

2020-11-05 05:38:52 +08:00
export { Commands } from './commands'
2020-11-03 05:43:54 +08:00
export { Editable } from './editable'
export { FocusEvents } from './focusEvents'
2020-11-05 05:38:52 +08:00
export { Keymap } from './keymap'