dfh-ui-library 1.13.26 → 1.13.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -247,6 +247,7 @@ export interface CustomDatePickerProps {
247
247
  maxDate?: Date;
248
248
  minDate?: Date;
249
249
  disabled?: boolean;
250
+ showMonthYearPicker?: boolean;
250
251
  }
251
252
  export interface PhoneNumberInputProps {
252
253
  value: string;