UNPKG

react-native-true-sight

Version:

A cross-platform video player with customizable controls for React Native.

9 lines (8 loc) 219 B
/** * Transform seconds to text giving 08:05 for the example. * * @param {number} seconds The number of seconds to transform. * * @returns {string} */ export declare function secondsToMS(seconds: number): string;