@frigade/react 1.32.22 → 1.32.23

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.
package/lib/index.d.ts CHANGED
@@ -353,6 +353,7 @@ interface FormInputType {
353
353
  interface FormInputProps {
354
354
  formInput: FormInputType;
355
355
  customFormTypeProps: CustomFormTypeProps;
356
+ inputData: any;
356
357
  onSaveInputData: (data: object) => void;
357
358
  setFormValidationErrors: (errors: FormValidationError[]) => void;
358
359
  }