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

5 lines
87 B
TypeScript
Raw Normal View History

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