UNPKG

@mui/x-charts

Version:

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

10 lines 310 B
import { computeValue } from './computeValue'; import { normalizeAxis } from './normalizeAxis'; export * from './CartesianProvider'; export * from './CartesianContext'; export * from './useCartesianContext'; const cartesianProviderUtils = { computeValue, normalizeAxis }; export { cartesianProviderUtils };