@mui/x-charts
Version:
The community edition of MUI X Charts components.
4 lines • 449 B
TypeScript
import { type AxisConfig, type ChartsXAxisProps, type ChartsYAxisProps, type ScaleName } from "../../../../models/index.js";
import { type AxisId } from "../../../../models/axis.js";
import { type DefaultizedZoomOptions } from "./useChartCartesianAxis.types.js";
export declare const createZoomLookup: (axisDirection: "x" | "y") => (axes?: AxisConfig<ScaleName, any, ChartsXAxisProps | ChartsYAxisProps>[]) => Record<AxisId, DefaultizedZoomOptions>;