@frigade/react 1.35.18 → 1.35.19

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
@@ -416,6 +416,7 @@ interface FormInputProps {
416
416
  interface FormValidationError {
417
417
  message: string;
418
418
  id: string;
419
+ hidden?: boolean;
419
420
  }
420
421
  interface CustomFormTypeProps {
421
422
  flowId: string;