@likashefqet/react-native-image-zoom
Version:
A performant zoomable image written in Reanimated v2+ 🚀
7 lines • 413 B
TypeScript
import React from 'react';
declare const _default: React.ForwardRefExoticComponent<Omit<import("react-native-reanimated").AnimateProps<import("react-native").ImageProps>, "source"> & import("../types").ZoomProps & {
uri?: string;
source?: import("react-native").ImageSourcePropType;
} & React.RefAttributes<import("../types").ZoomableRef>>;
export default _default;
//# sourceMappingURL=ImageZoom.d.ts.map