UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

3 lines 189 B
import { createSelector } from "../../utils/selectors.js"; const selectRootState = state => state; export const selectorChartZAxis = createSelector([selectRootState], state => state.zAxis);