UNPKG

react-native-video-zoom-control

Version:

A video player overlay for React Native Video that supports pinch-to-zoom and multiple video renditions.

6 lines (5 loc) 218 B
/// <reference types="react" /> import type { VideoAnimations } from '../types'; export declare const Overlay: ({ animations: { AnimatedView, controlsOpacity }, }: { animations: VideoAnimations; }) => JSX.Element;