UNPKG

@universal-material/angular

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0.

10 lines (9 loc) 180 B
export interface Month { name: string; nameWithYear: string; formattedYear: string; utcMonth: number; utcYear: number; date: Date; disabled: boolean; }