UNPKG

@formatjs/intl-datetimeformat

Version:
5 lines (4 loc) 362 B
import type Decimal from "decimal.js"; import { type FormatDateTimePatternImplDetails } from "./FormatDateTimePattern.js"; import { type ToLocalTimeImplDetails } from "./ToLocalTime.js"; export declare function FormatDateTimeRange(dtf: Intl.DateTimeFormat, x: Decimal, y: Decimal, implDetails: FormatDateTimePatternImplDetails & ToLocalTimeImplDetails): string;