UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

10 lines (9 loc) 530 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.selectorChartSeriesConfigState = exports.selectorChartSeriesConfig = void 0; var _store = require("@mui/x-internals/store"); const selectorChartSeriesConfigState = state => state.seriesConfig; exports.selectorChartSeriesConfigState = selectorChartSeriesConfigState; const selectorChartSeriesConfig = exports.selectorChartSeriesConfig = (0, _store.createSelector)(selectorChartSeriesConfigState, seriesConfigState => seriesConfigState.config);