UNPKG

@1771technologies/lytenyte-pro

Version:

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

3 lines (2 loc) 143 B
import type { Grid, GridApi } from "../../+types"; export declare const makeColumnByIndex: (grid: Grid<any>) => GridApi<any>["columnByIndex"];