add NodeSchemaFields interface
This commit is contained in:
@@ -23,3 +23,6 @@ export { default as isCellSelection } from './helpers/isCellSelection'
|
||||
export { default as findParentNodeClosestToPos } from './helpers/findParentNodeClosestToPos'
|
||||
|
||||
export interface Commands {}
|
||||
|
||||
// eslint-disable-next-line
|
||||
export interface NodeSchemaFields<Options = any> {}
|
||||
|
||||
Reference in New Issue
Block a user