UNPKG

react-native-video-basic-controls

Version:

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

7 lines (6 loc) 104 B
declare enum PLAYER_STATES { PLAYING = 0, PAUSED = 1, ENDED = 2 } export { PLAYER_STATES };