UNPKG

react-zoom-pan-pinch

Version:
7 lines (6 loc) 603 B
import { PositionType, ReactZoomPanPinchContext } from "../../models"; export declare const isPinchStartAllowed: (contextInstance: ReactZoomPanPinchContext, event: TouchEvent) => boolean; export declare const isPinchAllowed: (contextInstance: ReactZoomPanPinchContext) => boolean; export declare const calculateTouchMidPoint: (event: TouchEvent, scale: number, contentComponent: HTMLDivElement) => PositionType; export declare const getTouchDistance: (event: TouchEvent) => number; export declare const calculatePinchZoom: (contextInstance: ReactZoomPanPinchContext, currentDistance: number) => number;