add editorcontent component

This commit is contained in:
Philipp Kühn
2020-03-08 23:25:48 +01:00
parent a067259da1
commit a580e257f5
5 changed files with 65 additions and 9 deletions

View File

@@ -1,5 +1,7 @@
import { Editor } from './src/Editor'
export default Editor
export { Editor }
export { default as Extension } from './src/Extension'
export { default as Node } from './src/Node'
export { default as Node } from './src/Node'
export { default as EditorContent } from './src/components/EditorContent'