UNPKG

@1771technologies/lytenyte-pro

Version:

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

3 lines (2 loc) 175 B
import type { DeleteDataAction, TreeRoot } from "./+types.async-tree"; export declare function applyDeleteActionToTree<K, D>(p: DeleteDataAction, tree: TreeRoot<K, D>): void;