UNPKG

react-native-zoom-toolkit

Version:

Smoothly zoom any image, video or component you want!

4 lines 288 B
import React from 'react'; import type { SnapBackZoomProps } from '../../components/snapback/types'; export default function withSnapbackValidation(WrappedComponent: React.ComponentType<SnapBackZoomProps>): React.FC<SnapBackZoomProps>; //# sourceMappingURL=withSnapbackValidation.d.ts.map