UNPKG

@mui/x-charts

Version:

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

10 lines (9 loc) 592 B
import { computeValue } from './computeValue'; export * from './CartesianProvider'; export * from './CartesianContext'; export * from './useCartesianContext'; declare const cartesianProviderUtils: { computeValue: typeof computeValue; normalizeAxis: <T extends import("../../internals").ChartsAxisProps, R extends import("../../internals").MakeOptional<import("../..").AxisConfig<import("../..").ScaleName, any, T>, "id">>(axis: R[] | undefined, dataset: import("../../internals").DatasetType | undefined, axisName: "x" | "y") => R[] | undefined; }; export { cartesianProviderUtils };