UNPKG

@mui/x-data-grid

Version:

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

11 lines (10 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.gridEditRowsStateSelector = void 0; /** * Select the row editing state. */ const gridEditRowsStateSelector = state => state.editRows; exports.gridEditRowsStateSelector = gridEditRowsStateSelector;