Skip to content

Commit

Permalink
Add StripeElementBase
Browse files Browse the repository at this point in the history
  • Loading branch information
danwang-stripe committed Mar 2, 2024
1 parent f175d7e commit 7c7e211
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion types/stripe-js/custom-checkout.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
import {Appearance, CssFontSource, CustomFontSource} from './elements-group';
import {StripeError} from './stripe';
import {
StripeElementBase,
StripeExpressCheckoutElement,
StripeExpressCheckoutElementBlur,
StripeExpressCheckoutElementConfirmEvent,
Expand Down Expand Up @@ -234,7 +235,8 @@ export type StripeCustomCheckoutExpressCheckoutElementConfirmEvent = StripeExpre
confirm: () => Promise<StripeCustomCheckoutResult>;
};

export type StripeCustomCheckoutExpressCheckoutElement = StripeExpressCheckoutElementReady &
export type StripeCustomCheckoutExpressCheckoutElement = StripeElementBase &
StripeExpressCheckoutElementReady &
StripeExpressCheckoutElementFocus &
StripeExpressCheckoutElementBlur &
StripeExpressCheckoutElementEscape &
Expand Down

0 comments on commit 7c7e211

Please sign in to comment.