UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

4 lines 419 B
import { AxisConfig, ChartsXAxisProps, ChartsYAxisProps, ScaleName } from "../../../../models/index.js"; import { AxisId } from "../../../../models/axis.js"; import { DefaultizedZoomOptions } from "./useChartCartesianAxis.types.js"; export declare const createZoomLookup: (axisDirection: "x" | "y") => (axes?: AxisConfig<ScaleName, any, ChartsXAxisProps | ChartsYAxisProps>[]) => Record<AxisId, DefaultizedZoomOptions>;