UNPKG

@mui/x-charts

Version:

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

4 lines 334 B
import { AxisId } from "../../../../models/axis.js"; import { DefaultizedZoomOptions } from "./useChartCartesianAxis.types.js"; import { ZoomOptions } from "./zoom.types.js"; export declare const defaultizeZoom: (zoom: boolean | ZoomOptions | undefined, axisId: AxisId, axisDirection: "x" | "y") => DefaultizedZoomOptions | undefined;