UNPKG

@1771technologies/lytenyte-pro

Version:

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

6 lines (5 loc) 172 B
import type { Grid } from "../../+types"; export declare function useSortableColumnItems(grid: Grid<any>, pivotMode: boolean): { label: string; value: string; }[];