UNPKG

@1771technologies/lytenyte-pro

Version:

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

4 lines (3 loc) 290 B
import type { UseTreeDataSourceParams } from "../use-tree-data-source"; import type { TreeRoot } from "../types"; export declare function useOnRowsUpdated<T>(tree: TreeRoot, p: UseTreeDataSourceParams<T>): (rows: Map<import("@1771technologies/lytenyte-shared").RowNode<any>, any>) => void;