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.

8 lines (7 loc) 363 B
import { IHeaderParams } from 'ag-grid-community'; /** * AgGrid's existing select header doesn't work the way we want. * If you have partial select then clicking the header checkbox will select all, * but we want to deselect all on partial select. */ export declare const GridHeaderSelect: ({ api }: IHeaderParams) => import("react/jsx-runtime").JSX.Element;