UNPKG

@mui/x-data-grid-premium

Version:

The Premium plan edition of the data grid component (MUI X).

5 lines (4 loc) 220 B
/// <reference types="react" /> import { GridRenderCellParams } from '@mui/x-data-grid-pro'; declare const GridGroupingColumnLeafCell: (props: GridRenderCellParams) => JSX.Element; export { GridGroupingColumnLeafCell };