@revenuecat/purchases-js 1.20.1 → 1.21.1

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.
@@ -815,6 +815,10 @@ export declare interface PresentPaywallParams {
815
815
  */
816
816
  readonly selectedLocale?: string;
817
817
  /* Excluded from this release type: useExpressPurchaseButtons */
818
+ /**
819
+ * Whether to hide back buttons in the paywall. Defaults to false.
820
+ */
821
+ readonly hideBackButtons?: boolean;
818
822
  }
819
823
 
820
824
  /**