UNPKG

@likashefqet/react-native-image-zoom

Version:

A performant zoomable image written in Reanimated v2+ 🚀

4 lines • 309 B
import { Ref } from 'react'; import type { GetInfoCallback, ProgrammaticZoomCallback } from '../types'; export declare const useZoomableHandle: (ref: Ref<unknown> | undefined, reset: () => void, zoom: ProgrammaticZoomCallback, getInfo: GetInfoCallback) => void; //# sourceMappingURL=useZoomableHandle.d.ts.map