UNPKG

react-native-video-zoom-control

Version:

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

11 lines (10 loc) 287 B
export declare const _onBack: (navigator: any) => () => any; export declare const calculateTime: (args: FormatTime) => string; interface FormatTime { time?: number; duration: number; showDuration: boolean; showTimeRemaining: boolean; showHours: boolean; } export {};