UNPKG

react-native-video-zoom-control

Version:

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

9 lines (8 loc) 237 B
/// <reference types="react" /> interface BackProps { onBack: () => void; resetControlTimeout?: () => void; showControls: boolean; } export declare const Back: ({ onBack, showControls }: BackProps) => JSX.Element; export {};