UNPKG

@mui/x-data-grid

Version:

The community edition of the data grid component (MUI X).

5 lines (4 loc) 340 B
import * as React from 'react'; import { GridColumnHeaderParams } from '../../models/params/gridColumnHeaderParams'; declare const GridHeaderCheckbox: React.ForwardRefExoticComponent<GridColumnHeaderParams<any, import("../../models/gridRows").GridValidRowModel, any> & React.RefAttributes<HTMLInputElement>>; export { GridHeaderCheckbox };