UNPKG

@mui/x-data-grid

Version:

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

6 lines (5 loc) 230 B
import { GridStateCommunity } from '../../../models/gridStateCommunity'; /** * Select the row editing state. */ export declare const gridEditRowsStateSelector: (state: GridStateCommunity) => import("../../..").GridEditingState;