@mui/x-data-grid
Version:
The Community plan edition of the Data Grid components (MUI X).
13 lines (12 loc) • 333 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.gridListColumnSelector = void 0;
/**
* Get the list column definition
* @category List View
* @ignore - Do not document
*/
const gridListColumnSelector = state => state.listViewColumn;
exports.gridListColumnSelector = gridListColumnSelector;