UNPKG

@1771technologies/lytenyte-pro

Version:

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

5 lines (4 loc) 303 B
import type { Column } from "../+types"; import type { PathBranch } from "@1771technologies/lytenyte-shared"; export declare const branchLookupContext: import("react").Context<Record<string, PathBranch<Column<any>>>>; export declare const useBranchLookup: () => Record<string, PathBranch<Column<any>>>;