UNPKG

@1771technologies/lytenyte-pro

Version:

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

4 lines (3 loc) 277 B
import type { Grid } from "@1771technologies/lytenyte-core"; import type { Column } from "../../../../types.js"; export declare function applyReferenceColumn<Spec extends Grid.GridSpec>(pivotColumn: Column<Spec>, reference: Omit<Column<Spec>, "id"> | undefined): Column<Spec>;