react-zoom-pan-pinch
Version:
Zoom and pan html elements in easy way
5 lines (4 loc) • 388 B
TypeScript
import { ReactZoomPanPinchContext } from "../../models";
export declare const handleWheelStart: (contextInstance: ReactZoomPanPinchContext, event: WheelEvent) => void;
export declare const handleWheelZoom: (contextInstance: ReactZoomPanPinchContext, event: WheelEvent) => void;
export declare const handleWheelStop: (contextInstance: ReactZoomPanPinchContext, event: WheelEvent) => void;