remove unused file
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
import { CellSelection } from 'prosemirror-tables'
|
|
||||||
import isObject from '../utilities/isObject'
|
|
||||||
|
|
||||||
export default function isCellSelection(value: unknown): value is CellSelection {
|
|
||||||
return isObject(value) && value instanceof CellSelection
|
|
||||||
}
|
|
||||||
@@ -19,7 +19,6 @@ export { default as isMarkActive } from './helpers/isMarkActive'
|
|||||||
export { default as isNodeActive } from './helpers/isNodeActive'
|
export { default as isNodeActive } from './helpers/isNodeActive'
|
||||||
export { default as isNodeSelection } from './helpers/isNodeSelection'
|
export { default as isNodeSelection } from './helpers/isNodeSelection'
|
||||||
export { default as isTextSelection } from './helpers/isTextSelection'
|
export { default as isTextSelection } from './helpers/isTextSelection'
|
||||||
export { default as isCellSelection } from './helpers/isCellSelection'
|
|
||||||
export { default as findParentNodeClosestToPos } from './helpers/findParentNodeClosestToPos'
|
export { default as findParentNodeClosestToPos } from './helpers/findParentNodeClosestToPos'
|
||||||
|
|
||||||
export interface Commands {}
|
export interface Commands {}
|
||||||
|
|||||||
Reference in New Issue
Block a user