UNPKG

@remirror/pm

Version:

A bundled library containing all the core prosemirror libraries required for using remirror

12 lines (9 loc) 310 B
import { CellSelection } from 'prosemirror-tables'; export * from 'prosemirror-tables'; /** * Predicate checking whether the selection is a [[`CellSelection`]]. * * @param value - the value to check */ declare function isCellSelection(value: unknown): value is CellSelection; export { isCellSelection };