UNPKG

@1771technologies/lytenyte-pro

Version:

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

3 lines (2 loc) 178 B
import type { TreeRoot } from "../types.js"; export declare function useRowById(tree: TreeRoot): (id: string) => import("@1771technologies/lytenyte-shared").RowNode<any> | null;