@mui/x-charts
Version:
The community edition of MUI X Charts components.
8 lines (7 loc) • 309 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.selectorChartExperimentalFeaturesState = void 0;
const selectorChartExperimentalFeaturesState = state => state.experimentalFeatures;
exports.selectorChartExperimentalFeaturesState = selectorChartExperimentalFeaturesState;