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.

10 lines (9 loc) 315 B
export interface GridSubComponentContextType { value: any; data: any; setValue: (value: string) => void; setValid: (valid: boolean) => void; triggerSave: () => Promise<void>; context: any; } export declare const GridSubComponentContext: import("react").Context<GridSubComponentContextType>;