@linzjs/step-ag-grid
Version:
[](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) • 460 B
TypeScript
import { GridBaseRow } from '../Grid';
import { ColDefT, GenericCellEditorProps } from '../GridCell';
import { GridFormTextAreaProps } from '../gridForm/GridFormTextArea';
import { GenericCellColDef } from '../gridRender/GridRenderGenericCell';
export declare const GridPopoverTextArea: <TData extends GridBaseRow, TValue = any>(colDef: GenericCellColDef<TData, TValue>, params: GenericCellEditorProps<GridFormTextAreaProps<TData>>) => ColDefT<TData, TValue>;