add some more commands

This commit is contained in:
Philipp Kühn
2020-09-21 23:17:30 +02:00
parent 778e064979
commit 4da71ecfbb
27 changed files with 207 additions and 210 deletions

View File

@@ -1,7 +1,7 @@
import { Editor, CommandSpec } from './src/Editor'
import { Editor, Command, CommandSpec } from './src/Editor'
export default Editor
export { Editor, CommandSpec }
export { Editor, Command, CommandSpec }
export { default as ComponentRenderer } from './src/ComponentRenderer'
export { default as Extension } from './src/Extension'
export { default as Node } from './src/Node'