UNPKG

react-native-video-basic-controls

Version:

Controls for the React Native <Video> component at react-native-video.

5 lines (4 loc) 248 B
import { PLAYER_STATES } from './constants/playerStates'; export declare const humanizeVideoDuration: (seconds: number) => string; export declare const noop: () => void; export declare const getPlayerStateIcon: (playerState: PLAYER_STATES) => any;