@agendize/design-system
Version:
Agendize web design system
12 lines • 360 B
TypeScript
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