Initial project import
This commit is contained in:
8
node_modules/@stripe/stripe-js/dist/shared.d.mts
generated
vendored
Normal file
8
node_modules/@stripe/stripe-js/dist/shared.d.mts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import {StripeConstructorOptions, Stripe} from './stripe-js';
|
||||
|
||||
export type ReleaseTrain = 'dahlia';
|
||||
|
||||
export const loadStripe: (
|
||||
publishableKey: string,
|
||||
options?: StripeConstructorOptions | undefined
|
||||
) => Promise<Stripe | null>;
|
||||
Reference in New Issue
Block a user