@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.
9 lines (8 loc) • 465 B
TypeScript
import { GridBaseRow } from '../Grid';
import { ColDefT, GenericCellEditorProps } from '../GridCell';
import { GridFormPopoverMenuProps } from '../gridForm/GridFormPopoverMenu';
import { GenericCellColDef } from '../gridRender/GridRenderGenericCell';
/**
* Popout burger menu
*/
export declare const GridPopoverMenu: <TData extends GridBaseRow>(colDef: GenericCellColDef<TData>, custom: GenericCellEditorProps<GridFormPopoverMenuProps<TData>>) => ColDefT<TData>;