@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.
8 lines (7 loc) • 338 B
TypeScript
import { ICellEditorParams } from 'ag-grid-community';
import { PropsWithChildren } from 'react';
interface GridPopoverContextProps {
props: ICellEditorParams<any, any, any>;
}
export declare const GridPopoverContextProvider: (props2: PropsWithChildren<GridPopoverContextProps>) => import("react/jsx-runtime").JSX.Element;
export {};