UNPKG

@remirror/pm

Version:

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

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