@1771technologies/lytenyte-pro
Version:
Blazingly fast headless React data grid with 100s of features.
3 lines (2 loc) • 312 B
TypeScript
import { type PathProvidedItem } from "@1771technologies/lytenyte-shared";
export declare function useTreeViewPaths<T extends PathProvidedItem>(paths: T[], nonAdjacentAreDistinct?: boolean): (import("@1771technologies/lytenyte-shared").PathBranch<T> | import("@1771technologies/lytenyte-shared").PathLeaf<T>)[];