@formatjs/intl-datetimeformat
Version:
Intl.DateTimeFormat polyfill
5 lines (4 loc) • 341 B
TypeScript
import Decimal from 'decimal.js';
import { FormatDateTimePatternImplDetails } from './FormatDateTimePattern';
import { ToLocalTimeImplDetails } from './ToLocalTime';
export declare function FormatDateTimeRange(dtf: Intl.DateTimeFormat, x: Decimal, y: Decimal, implDetails: FormatDateTimePatternImplDetails & ToLocalTimeImplDetails): string;