UNPKG

@1771technologies/lytenyte-pro

Version:

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

6 lines (5 loc) 216 B
import type { InternalAtoms } from "../+types"; import type { Grid, GridApi } from "../../+types"; export declare const makeCellRoot: (grid: Grid<any> & { internal: InternalAtoms; }) => GridApi<any>["cellRoot"];