fix keymaps

This commit is contained in:
Philipp Kühn
2020-11-02 23:26:41 +01:00
parent ade9847e72
commit 3a79b8c564
6 changed files with 34 additions and 22 deletions

View File

@@ -5,9 +5,10 @@ export { DeleteSelection } from './deleteSelection'
export { Editable } from './editable'
export { Focus } from './focus'
export { FocusEvents } from './focusEvents'
export { InputRules } from './inputRules'
export { InsertHTML } from './insertHTML'
export { InsertText } from './insertText'
export { Keymap } from './keymap'
export { BaseKeymap } from './baseKeymap'
export { LiftListItem } from './liftListItem'
export { RemoveMark } from './removeMark'
export { RemoveMarks } from './removeMarks'