You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 lines
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;