@mui/x-data-grid
Version:
The community edition of the data grid component (MUI X).
5 lines (4 loc) • 345 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<HTMLInputElement>>;
export { GridHeaderCheckbox };