UNPKG

@8man/react-native-media-console

Version:
12 lines (11 loc) 406 B
export declare const _onBack: (navigator: any) => () => any; export declare const calculateTime: (args: FormatTime) => string; interface FormatTime { time?: number; duration: number; showDuration: boolean; showTimeRemaining: boolean; showHours: boolean; } export declare const formatTime: ({ time, duration, showTimeRemaining, showHours, }: FormatTime) => string; export {};