UNPKG

@1771technologies/lytenyte-pro

Version:

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

6 lines (5 loc) 164 B
import type { Grid } from "../+types.js"; export declare function isStartRect(grid: Grid<any>, rect: { columnStart: number; columnEnd: number; }): boolean;