index.d.ts 86 B

12345
  1. export type Messages = {
  2. nextMonth: string;
  3. prevMonth: string;
  4. year: string;
  5. };