UNPKG

@mui/x-data-grid

Version:

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

8 lines (7 loc) 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.gridColumnMenuSelector = void 0; const gridColumnMenuSelector = state => state.columnMenu; exports.gridColumnMenuSelector = gridColumnMenuSelector;