UNPKG
react-native-media-controls
Version:
latest (2.3.0)
2.3.0
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.1.1
1.1.0
1.0.0
0.1.1
0.1.0
A sweet UI component to manipulate your media. Strongly typed using Typescript.
react-native-media-controls
/
dist
/
index.d.ts
5 lines
(4 loc)
•
163 B
TypeScript
View Raw
1
2
3
4
5
import
MediaControls
from
"./MediaControls"
;
import
{
PLAYER_STATES
}
from
"./constants/playerStates"
;
export
{
PLAYER_STATES
};
export
default
MediaControls
;