UNPKG

@1771technologies/lytenyte-pro

Version:

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

5 lines (4 loc) 223 B
import type { Column, ColumnMeta } from "../../+types"; export declare function resolveColumn(c: string | number | Column<any>, errorRef: { current: boolean; }, meta: ColumnMeta<any>): string | Column<any> | undefined;