UNPKG

@1771technologies/lytenyte-pro

Version:

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

3 lines (2 loc) 121 B
import type { TreeRoot } from "../types"; export declare function useRowLeafs(tree: TreeRoot): (id: string) => string[];