@mui/x-data-grid-premium
Version:
The Premium plan edition of the data grid component (MUI X).
8 lines (7 loc) • 314 B
TypeScript
/// <reference types="react" />
import { GridRenderCellParams } from '@mui/x-data-grid-pro';
interface GridGroupingCriteriaCellProps extends GridRenderCellParams {
hideDescendantCount?: boolean;
}
export declare const GridGroupingCriteriaCell: (props: GridGroupingCriteriaCellProps) => JSX.Element;
export {};