UNPKG
@vue-stripe/vue-stripe
Version:
beta (4.0.0-beta.3)
latest (5.7.0)
5.7.0
5.6.0
5.5.0
5.4.0
5.3.0
5.2.1
5.2.0
5.1.1
5.0.0
4.5.0
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
4.3.3
4.3.2
4.2.10
4.2.9
4.2.8
4.2.7
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.9
4.1.8
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
4.0.0-beta.3
4.0.0-beta.2
4.0.0-beta.0
Vue Stripe elements and composables for Stripe.js
vuestripe.com
vue-stripe/vue-stripe
@vue-stripe/vue-stripe
/
dist
/
types
/
utils
/
constants.d.ts
11 lines
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Stripe Partner Details (Internal) * Registered with Stripe when the library initializes */
export
declare
const
STRIPE_PARTNER_DETAILS
: { name:
string
; version:
string
; url:
string
; partner_id:
string
; };
//# sourceMappingURL=constants.d.ts.map