UNPKG

@mui/x-charts

Version:

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

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