UNPKG

@mui/x-data-grid

Version:

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

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