refactoring

This commit is contained in:
Philipp Kühn
2020-09-22 23:34:18 +02:00
parent 389756d258
commit 9a8ce8c5fb
3 changed files with 11 additions and 9 deletions

View File

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