UNPKG

@1771technologies/lytenyte-pro

Version:

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

4 lines (3 loc) 249 B
import type { PositionGridCell } from "@1771technologies/lytenyte-shared"; import type { API } from "../types/api.js"; export declare const getRootCell: (cellRoot: API["cellRoot"], rowIndex: number, columnIndex: number) => PositionGridCell["root"];