UNPKG

@mui/x-data-grid

Version:

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

13 lines (12 loc) 414 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.gridListColumnSelector = void 0; var _createSelector = require("../../../utils/createSelector"); /** * Get the list column definition * @category List View * @ignore - Do not document */ const gridListColumnSelector = exports.gridListColumnSelector = (0, _createSelector.createRootSelector)(state => state.listViewColumn);