UNPKG

@1771technologies/lytenyte-pro

Version:

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

3 lines (2 loc) 210 B
import type { TreeParent, TreeRoot } from "./+types.async-tree.js"; export declare function maybeApplyResize<K, D>(pathNode: TreeParent<K, D> | TreeRoot<K, D>, size: number | undefined, asOf: number): boolean;