UNPKG

react-native-zoom-toolkit

Version:

Smoothly zoom any image, video or component you want!

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