@mui/x-data-grid-premium
Version:
The Premium plan edition of the Data Grid Components (MUI X).
8 lines (7 loc) • 364 B
TypeScript
import * as React from 'react';
import { GridRenderCellParams, GridGroupNode } from '@mui/x-data-grid-pro';
interface GridGroupingCriteriaCellProps extends GridRenderCellParams<any, any, any, GridGroupNode> {
hideDescendantCount?: boolean;
}
export declare function GridGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): React.JSX.Element;
export {};