UNPKG

@1771technologies/lytenyte-pro

Version:

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

6 lines (5 loc) 192 B
import type { ColumnView } from "@1771technologies/lytenyte-shared"; export declare function isStartRect(view: ColumnView, rect: { columnStart: number; columnEnd: number; }): boolean;