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