UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the MUI X Data Grid components.

5 lines 246 B
import { CellEditableConditionFn } from "../../../models/configuration/gridCellEditableConfiguration.js"; /** * Default implementation of the cell editable condition hook */ export declare const useIsCellEditable: () => CellEditableConditionFn;