UNPKG

@mui/x-data-grid-premium

Version:

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

5 lines 533 B
import { GridColDef } from '@mui/x-data-grid-pro'; import { GridRowGroupingModel } from "../rowGrouping/gridRowGroupingInterfaces.js"; import { GridPivotModel } from "../pivoting/gridPivotingInterfaces.js"; export declare const getBlockedSections: (column: GridColDef, rowGroupingModel: GridRowGroupingModel, pivotModel: GridPivotModel | undefined) => string[]; export declare const isBlockedForSection: (column: GridColDef, section: string, rowGroupingModel: GridRowGroupingModel, pivotModel: GridPivotModel | undefined) => boolean;