UNPKG

react-zoom-pan-pinch

Version:
5 lines (4 loc) 369 B
import { ReactZoomPanPinchContext } from "../../models"; export declare const handlePinchStart: (contextInstance: ReactZoomPanPinchContext, event: TouchEvent) => void; export declare const handlePinchZoom: (contextInstance: ReactZoomPanPinchContext, event: TouchEvent) => void; export declare const handlePinchStop: (contextInstance: ReactZoomPanPinchContext) => void;