refactor: use index files for imports to simplify the export flow (#2870)
This commit is contained in:
5
packages/core/src/inputRules/index.ts
Normal file
5
packages/core/src/inputRules/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export * from './markInputRule'
|
||||
export * from './nodeInputRule'
|
||||
export * from './textblockTypeInputRule'
|
||||
export * from './textInputRule'
|
||||
export * from './wrappingInputRule'
|
||||
Reference in New Issue
Block a user