export interface MonthPickerProps { /** Placeholder text shown when no value is selected */ placeholder?: string; /** Disables the month picker */ disabled?: boolean; }