UNPKG

@mui/x-data-grid-premium

Version:

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

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