refactor: use index files for imports to simplify the export flow (#2870)

This commit is contained in:
Dominik
2022-06-11 07:11:14 +02:00
committed by GitHub
parent 4014af4c21
commit fa8c4ca639
7 changed files with 101 additions and 196 deletions

View File

@@ -0,0 +1,5 @@
export * from './markInputRule'
export * from './nodeInputRule'
export * from './textblockTypeInputRule'
export * from './textInputRule'
export * from './wrappingInputRule'