UNPKG

@agendize/design-system

Version:
12 lines 360 B
import { Duration } from "luxon"; export declare function weekDayNames(locale: string): { index: number; name: string; label: string; }[]; export declare function getDateDiffLabel(startDate: Date | undefined, endDate: Date | undefined, t: any): { label: string; isSameDay: boolean; delta: Duration; }; //# sourceMappingURL=date.d.ts.map