UNPKG

stripe-react-native-apple-pay

Version:

React Native wrapper around Stripe Apple Pay

9 lines 442 B
import type { PlatformPay, InitialiseParams } from './types'; type NativeStripeSdkType = { initialise(params: InitialiseParams): Promise<void>; isPlatformPaySupported(): Promise<boolean>; confirmPlatformPay(clientSecret: string, params: PlatformPay.ConfirmParams): Promise<PlatformPay.ConfirmPlatformPayResult>; }; declare const _default: NativeStripeSdkType; export default _default; //# sourceMappingURL=NativeStripeSdk.d.ts.map