UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

9 lines (8 loc) 383 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.selectorChartsIsVoronoiEnabled = void 0; var _store = require("@mui/x-internals/store"); const selectVoronoi = state => state.voronoi; const selectorChartsIsVoronoiEnabled = exports.selectorChartsIsVoronoiEnabled = (0, _store.createSelector)(selectVoronoi, voronoi => voronoi?.isVoronoiEnabled);