@bigcommerce/checkout-sdk 1.783.0 → 1.784.0

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.
@@ -8731,6 +8731,7 @@ declare interface StripeOCSPaymentInitializeOptions {
8731
8731
  initStripeElementUpdateTrigger?(updateTriggerFn: (payload: StripeElementUpdateOptions) => void): void;
8732
8732
  paymentMethodSelect?(id: string): void;
8733
8733
  handleClosePaymentMethod?(collapseElement: () => void): void;
8734
+ togglePreloader?(showLoader: boolean): void;
8734
8735
  }
8735
8736
 
8736
8737
  declare interface StripeShippingEvent extends StripeEvent {