UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

9 lines (8 loc) 411 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.selectorChartsVoronoiIsVoronoiEnabled = void 0; var _selectors = require("../../utils/selectors"); const selectVoronoi = state => state.voronoi; const selectorChartsVoronoiIsVoronoiEnabled = exports.selectorChartsVoronoiIsVoronoiEnabled = (0, _selectors.createSelector)(selectVoronoi, voronoi => voronoi?.isVoronoiEnabled);