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
/
utils.d.ts
5 lines
(4 loc)
•
252 B
TypeScript
View Raw
1
2
3
4
5
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
;