Initial project import
This commit is contained in:
14
node_modules/@stripe/stripe-js/dist/index.d.ts
generated
vendored
Normal file
14
node_modules/@stripe/stripe-js/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
export * from './api';
|
||||
export * from './stripe-js';
|
||||
|
||||
import {StripeConstructor} from './stripe-js';
|
||||
|
||||
export {loadStripe, ReleaseTrain} from './shared';
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
// Stripe.js must be loaded directly from https://js.stripe.com/v3, which
|
||||
// places a `Stripe` object on the window
|
||||
Stripe?: StripeConstructor;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user