UNPKG

@mui/x-charts

Version:

The community edition of the Charts components (MUI X).

3 lines 226 B
import { createSelector } from "../../utils/selectors.js"; const selectVoronoi = state => state.voronoi; export const selectorChartsVoronoiIsVoronoiEnabled = createSelector(selectVoronoi, voronoi => voronoi?.isVoronoiEnabled);