refactoring

This commit is contained in:
Philipp Kühn
2020-11-16 21:42:35 +01:00
parent f17b5f977c
commit 13a314e123
34 changed files with 94 additions and 109 deletions

View File

@@ -1,11 +1,11 @@
export interface AllExtensions {}
export * from './Editor'
export * from './Extension'
export * from './Node'
export * from './Mark'
export * from './types'
export interface AllExtensions {}
export { default as nodeInputRule } from './inputRules/nodeInputRule'
export { default as markInputRule } from './inputRules/markInputRule'
export { default as markPasteRule } from './pasteRules/markPasteRule'