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) 497 B
import { GridBaseRow } from '../Grid'; import { ColDefT, GenericCellEditorProps } from '../GridCell'; import { GridFormDropDownProps } from '../gridForm/GridFormDropDown'; import { GenericCellColDef } from '../gridRender/GridRenderGenericCell'; export declare const GridPopoverEditDropDown: <TData extends GridBaseRow, TValue = any, TOptionValue = any>(colDef: GenericCellColDef<TData, TValue>, props: GenericCellEditorProps<GridFormDropDownProps<TData, TOptionValue>>) => ColDefT<TData, TValue>;