UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

3 lines 185 B
import { createSelector } from '@mui/x-internals/store'; const selectRootState = state => state; export const selectorChartZAxis = createSelector(selectRootState, state => state.zAxis);