UNPKG

react-native-zoom-toolkit

Version:

Smoothly zoom any image, video or component you want!

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