UNPKG

@1771technologies/lytenyte-pro

Version:

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

3 lines (2 loc) 211 B
import type { FilterFn, RowLeaf } from "@1771technologies/lytenyte-shared"; export declare function useFilteredData<T>(pivotMode: boolean, filter: FilterFn<T> | undefined | null, leafs: RowLeaf<T>[]): number[];