@frigade/react 1.32.21 → 1.32.22

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
@@ -395,6 +395,7 @@ interface FormProps extends DefaultFrigadeFlowProps {
395
395
  endFlowOnDismiss?: boolean;
396
396
  modalPosition?: ModalPosition;
397
397
  showPagination?: boolean;
398
+ allowBackNavigation?: boolean;
398
399
  }
399
400
  declare const FrigadeForm: FC<FormProps>;
400
401