UNPKG

@1771technologies/lytenyte-pro

Version:

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

3 lines (2 loc) 163 B
import type { ServerData } from "../server-data"; export declare function useRowIndexToRowId<T>(source: ServerData): (index: number) => string | null | undefined;