UNPKG

react-native-zoom-toolkit

Version:

Most complete set of pinch to zoom utilites for React Native

4 lines 332 B
import React from 'react'; import { type CropZoomProps } from '../../components/crop/types'; export default function withCropValidation<T, P extends CropZoomProps>(Component: React.ComponentType<P>): React.ForwardRefExoticComponent<React.PropsWithoutRef<P> & React.RefAttributes<T>>; //# sourceMappingURL=withCropValidation.d.ts.map