UNPKG

@1771technologies/lytenyte-pro

Version:

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

4 lines (3 loc) 253 B
import type { Column } from "../+types.js"; import type { PathBranch, PathLeaf } from "@1771technologies/lytenyte-shared"; export declare function useColumnsFromContext<T>(item: PathBranch<Column<T>> | PathLeaf<Column<T>>): Column<any>[] | Column<T>[];