geosphere-maps/public/assets/input-date-picker/t9n/index.d.ts

5 lines
87 B
TypeScript
Raw Permalink Normal View History

2023-09-22 11:33:13 +02:00
export type InputDatePickerMessages = {
chooseDate: string;
2023-09-28 13:27:46 +02:00
dateFormat: string;
2023-09-22 11:33:13 +02:00
};