@1771technologies/lytenyte-pro
Version:
Blazingly fast headless React data grid with 100s of features.
5 lines (4 loc) • 460 B
TypeScript
import type { ColumnView } from "@1771technologies/lytenyte-shared";
import type { API, DataRect } from "../types/api.js";
import type { DataRectSplit } from "../types/grid.js";
export declare function updateAdditiveCellSelection(api: API, view: ColumnView, rowTopCount: number, rowCount: number, rowBottomCount: number, rect: DataRect, cellSelectionAdditiveRects: DataRectSplit[] | null, setSelectionAdditiveRects: (d: DataRectSplit[] | null) => void): void;