UNPKG

@1771technologies/lytenyte-pro

Version:

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

4 lines (3 loc) 253 B
import type { RowLeaf } from "@1771technologies/lytenyte-shared"; import type { GroupNode } from "./use-group-tree/use-group-tree"; export declare function getValidLeafs<T>(node: GroupNode<T>, leafs: RowLeaf<T>[], workingSet: number[]): RowLeaf<any>[];