rename AllCommands to Commands

This commit is contained in:
Philipp Kühn
2021-02-16 18:39:37 +01:00
parent a705134998
commit 56b4df044f
74 changed files with 76 additions and 76 deletions

View File

@@ -21,4 +21,4 @@ export { default as isTextSelection } from './helpers/isTextSelection'
export { default as isCellSelection } from './helpers/isCellSelection'
export { default as findParentNodeClosestToPos } from './helpers/findParentNodeClosestToPos'
export interface AllCommands {}
export interface Commands {}