react-native-zoom-toolkit
Version:
Most complete set of pinch to zoom utilites for React Native
4 lines • 332 B
TypeScript
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