@mui/x-data-grid-premium
Version:
The Premium plan edition of the MUI X Data Grid Components.
6 lines • 324 B
TypeScript
import type { GridColumnHeaderParams } from '@mui/x-data-grid';
import type { GridBaseColDef } from '@mui/x-data-grid/internals';
declare function GridAggregationHeader(props: GridColumnHeaderParams & {
renderHeader: GridBaseColDef['renderHeader'];
}): import("react").JSX.Element | null;
export { GridAggregationHeader };