@mui/x-charts
Version:
The community edition of MUI X Charts components.
10 lines (9 loc) • 633 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.selectorPreferStrictDomainInLineCharts = exports.selectorChartExperimentalFeaturesState = void 0;
var _store = require("@mui/x-internals/store");
const selectorChartExperimentalFeaturesState = state => state.experimentalFeatures;
exports.selectorChartExperimentalFeaturesState = selectorChartExperimentalFeaturesState;
const selectorPreferStrictDomainInLineCharts = exports.selectorPreferStrictDomainInLineCharts = (0, _store.createSelector)(selectorChartExperimentalFeaturesState, features => Boolean(features?.preferStrictDomainInLineCharts));