UNPKG

@1771technologies/lytenyte-pro

Version:

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

4 lines (3 loc) 217 B
import { type ColumnView } from "@1771technologies/lytenyte-shared"; import type { DataRect } from "../types"; export declare function boundSelectionRect(view: ColumnView, rowCount: number, rect: DataRect): DataRect;