UNPKG

react-zoom-pan-pinch

Version:
3 lines (2 loc) 217 B
import { ReactZoomPanPinchRef } from "../models"; export declare const handleCallback: <T>(context: ReactZoomPanPinchRef, event: T, callback?: ((context: ReactZoomPanPinchRef, event: T) => void) | undefined) => void;