box-ui-elements
Version:
Box UI Elements
6 lines (5 loc) • 297 B
Flow
// @flow
import type { IntlShape } from 'react-intl';
declare export function convertTimestampToSeconds(timestamp: number): number;
declare export function convertMillisecondsToHMMSS(timestampInMilliseconds: number): string;
declare export function convertSecondsToHMMSS(seconds: number): string;