UNPKG

react-zoom-pan-pinch

Version:
5 lines (4 loc) 388 B
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;