UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

6 lines (5 loc) 222 B
import type { InternalAtoms } from "../state/+types.js"; import type { Grid } from "../+types.js"; export declare function expandCellSelectionStart(grid: Grid<any> & { internal: InternalAtoms; }, meta: boolean): void;