UNPKG

@1771technologies/lytenyte-pro

Version:

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

3 lines (2 loc) 208 B
import type { TreeParent, TreeRoot } from "./+types.async-tree.js"; export declare function getParentNodeByPath<K, D>(tree: TreeRoot<K, D>, path: (string | null)[]): TreeRoot<K, D> | TreeParent<K, D> | null;