UNPKG

react-native-video-zoom-control

Version:

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

4 lines (3 loc) 177 B
/// <reference types="react" /> import type { VideoPlayerProps } from './types'; export declare const VideoPlayer: (props: Omit<VideoPlayerProps, 'animations'>) => JSX.Element;