UNPKG

react-native-media-controls

Version:

A sweet UI component to manipulate your media. Strongly typed using Typescript.

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