@mui/x-data-grid-premium
Version:
The Premium plan edition of the MUI X Data Grid Components.
7 lines • 361 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 {};