@mui/x-data-grid
Version:
The Community plan edition of the Data Grid components (MUI X).
4 lines • 454 B
TypeScript
import * as React from 'react';
import type { GridColumnHeaderParams } from '../../models/params/gridColumnHeaderParams';
declare const GridHeaderCheckbox: React.ForwardRefExoticComponent<GridColumnHeaderParams<import("@mui/x-data-grid").GridValidRowModel, any, any>> | React.ForwardRefExoticComponent<GridColumnHeaderParams<import("@mui/x-data-grid").GridValidRowModel, any, any> & React.RefAttributes<HTMLButtonElement>>;
export { GridHeaderCheckbox };