UNPKG

react-zoom-pan-pinch

Version:
3 lines (2 loc) 181 B
import { ReactZoomPanPinchContextState } from "../models"; export declare const useTransformEffect: (callback: (ref: ReactZoomPanPinchContextState) => void | (() => void)) => void;