dfh-ui-library 1.3.8 → 1.3.9

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.
@@ -227,6 +227,7 @@ export interface PhoneNumberInputProps {
227
227
  additionalErrorClasses?: string;
228
228
  isAdditionalErrorInput?: boolean;
229
229
  name?: string;
230
+ field?: any;
230
231
  }
231
232
  export interface ModalProps {
232
233
  children?: React.ReactNode;