UNPKG

@mui/x-data-grid

Version:

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

4 lines 517 B
import { RefObject } from '@mui/x-internals/types'; import { GridPrivateApiCommunity } from "../../../models/api/gridApiCommunity.js"; import { DataGridProcessedProps } from "../../../models/props/DataGridProps.js"; export declare const useGridRowEditing: (apiRef: RefObject<GridPrivateApiCommunity>, props: Pick<DataGridProcessedProps, "editMode" | "processRowUpdate" | "onRowEditStart" | "onRowEditStop" | "onProcessRowUpdateError" | "rowModesModel" | "onRowModesModelChange" | "signature" | "dataSource">) => void;