UNPKG

@1771technologies/lytenyte-pro

Version:

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

4 lines (3 loc) 251 B
import type { TreeRoot } from "../types"; import type { UseTreeDataSourceParams } from "../use-tree-data-source"; export declare function useTree<T>({ data, filter, idFn, rowValueFn, rowChildrenFn, rowRootFn, }: UseTreeDataSourceParams<T>): TreeRoot;