UNPKG

@mui/x-data-grid-premium

Version:

The Premium plan edition of the Data Grid Components (MUI X).

5 lines (4 loc) 229 B
import * as React from 'react'; import { GridRenderCellParams } from '@mui/x-data-grid-pro'; declare function GridGroupingColumnFooterCell(props: GridRenderCellParams): React.JSX.Element; export { GridGroupingColumnFooterCell };