UNPKG

react-zoom-pan-pinch

Version:
4 lines (3 loc) 422 B
import { ReactZoomPanPinchContext, ReactZoomPanPinchState } from "../../models"; export declare function handleZoomToPoint(contextInstance: ReactZoomPanPinchContext, scale: number, mouseX: number, mouseY: number): Omit<ReactZoomPanPinchState, "previousScale"> | undefined; export declare function handleAlignToScaleBounds(contextInstance: ReactZoomPanPinchContext, mousePositionX?: number, mousePositionY?: number): void;