@@ -53,23 +53,21 @@ export type StripeElementsWithoutOverload = {
53
53
update : ( options : StripeElementsUpdateOptions ) => void
54
54
}
55
55
56
- declare module 'vue-stripe-js' {
57
- export const initStripe : (
58
- key : string ,
59
- options : StripeConstructorOptions
60
- ) => unknown | Stripe
56
+ export const initStripe : (
57
+ key : string ,
58
+ options : StripeConstructorOptions
59
+ ) => unknown | Stripe
61
60
62
- export const createElements : (
63
- instance : Stripe ,
64
- options ?: StripeElementsOptions
65
- ) => unknown | StripeElements
61
+ export const createElements : (
62
+ instance : Stripe ,
63
+ options ?: StripeElementsOptions
64
+ ) => unknown | StripeElements
66
65
67
- export const createElement : (
68
- elements : StripeElements ,
69
- elementType : StripeElementType ,
70
- options ?: StripeElementOptions
71
- ) => unknown | StripeElement
66
+ export const createElement : (
67
+ elements : StripeElements ,
68
+ elementType : StripeElementType ,
69
+ options ?: StripeElementOptions
70
+ ) => unknown | StripeElement
72
71
73
- export const StripeElements : Component
74
- export const StripeElement : Component
75
- }
72
+ export const StripeElements : Component
73
+ export const StripeElement : Component
0 commit comments