UNPKG

react-intl

Version:

Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.

3 lines (2 loc) 422 B
import { IntlConfig, IntlFormatters, Formatters } from '../types'; export declare function formatRelativeTime(config: Pick<IntlConfig, 'locale' | 'formats' | 'onError'>, getRelativeTimeFormat: Formatters['getRelativeTimeFormat'], value: Parameters<IntlFormatters['formatRelativeTime']>[0], unit?: Parameters<IntlFormatters['formatRelativeTime']>[1], options?: Parameters<IntlFormatters['formatRelativeTime']>[2]): string;