UNPKG

@formatjs/intl-datetimeformat

Version:
5 lines (4 loc) 341 B
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;