geosphere-maps/public/assets/date-picker/t9n/index.d.ts
2023-09-22 11:33:13 +02:00

6 lines
96 B
TypeScript

export type DatePickerMessages = {
nextMonth: string;
prevMonth: string;
year: string;
};