UNPKG

box-ui-elements

Version:
6 lines (5 loc) 297 B
// @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;