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