react-zoom-pan-pinch
Version:
Zoom and pan html elements in easy way
5 lines (4 loc) • 369 B
TypeScript
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;