ember-intl
Version:
Internationalization for Ember projects
4 lines • 318 B
TypeScript
import type { IntlShape } from '@formatjs/intl';
export type FormatDateRangeParameters = Parameters<IntlShape<string>['formatDateTimeRange']>;
export declare function formatDateRange(intlShape: IntlShape, ...[from, to, formatOptions]: FormatDateRangeParameters): string;
//# sourceMappingURL=format-date-range.d.ts.map