UNPKG

@mui/x-data-grid-premium

Version:

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

8 lines 547 B
import type { RefObject } from '@mui/x-internals/types'; import { type CellEditableConditionFn } from '@mui/x-data-grid-pro/internals'; import type { GridPrivateApiPremium } from "../../../models/gridApiPremium.mjs"; import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.mjs"; /** * Implementation of the cell editable condition hook of the Data Grid Premium */ export declare const useIsCellEditable: (apiRef: RefObject<GridPrivateApiPremium>, props: DataGridPremiumProcessedProps) => CellEditableConditionFn;