add NodeSchemaFields interface

This commit is contained in:
Philipp Kühn
2021-02-19 10:09:25 +01:00
parent 6f9557294e
commit 4a58978ffb
4 changed files with 17 additions and 10 deletions

View File

@@ -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> {}