dfh-ui-library 1.14.7 → 1.14.8

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.
@@ -269,6 +269,7 @@ export interface CustomDatePickerProps {
269
269
  minDate?: Date;
270
270
  disabled?: boolean;
271
271
  showMonthYearPicker?: boolean;
272
+ errorMsg?: string;
272
273
  }
273
274
  export interface PhoneNumberInputProps {
274
275
  value: string;