UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

9 lines (8 loc) 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.selectorChartZAxis = void 0; var _store = require("@mui/x-internals/store"); const selectRootState = state => state; const selectorChartZAxis = exports.selectorChartZAxis = (0, _store.createSelector)(selectRootState, state => state.zAxis);