UNPKG

@mui/x-data-grid-premium

Version:

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

6 lines 371 B
import { type GridRenderCellParams, type GridGroupNode } from '@mui/x-data-grid-pro'; interface GridGroupingCriteriaCellProps extends GridRenderCellParams<any, any, any, GridGroupNode> { hideDescendantCount?: boolean; } export declare function GridDataSourceGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): import("react/jsx-runtime").JSX.Element; export {};