UNPKG

@mui/x-data-grid-premium

Version:

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

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