UNPKG

@linzjs/step-ag-grid

Version:

[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release) > Reusable [ag-grid](https://www.ag-grid.com/) component for LINZ / Toitū te whenua.

6 lines (5 loc) 298 B
import { ColDef } from 'ag-grid-community'; import { GridBaseRow } from './Grid'; export declare const GridCellFillerColId = "gridCellFiller"; export declare const isGridCellFiller: (col: ColDef) => boolean; export declare const GridCellFiller: <TData extends GridBaseRow>() => ColDef<TData, any>;