move plugins to extensions

This commit is contained in:
Philipp Kühn
2020-11-02 22:43:54 +01:00
parent 727442c3a5
commit 971e8838a0
8 changed files with 80 additions and 54 deletions

View File

@@ -2,9 +2,12 @@ export { Blur } from './blur'
export { ClearContent } from './clearContent'
export { ClearNodes } from './clearNodes'
export { DeleteSelection } from './deleteSelection'
export { Editable } from './editable'
export { Focus } from './focus'
export { FocusEvents } from './focusEvents'
export { InsertHTML } from './insertHTML'
export { InsertText } from './insertText'
export { Keymap } from './keymap'
export { LiftListItem } from './liftListItem'
export { RemoveMark } from './removeMark'
export { RemoveMarks } from './removeMarks'