UNPKG

react-native-media-controls

Version:

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

5 lines (4 loc) 252 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;