UNPKG

@adyen/react-native

Version:

Wraps Adyen Checkout Drop-In and Components for iOS and Android for convenient use with React Native

5 lines 268 B
import { NativeModule } from 'react-native'; import { AdyenComponent } from '../core/AdyenNativeModules'; /** Apple Pay component (only available for iOS) */ export declare const AdyenApplePay: AdyenComponent & NativeModule; //# sourceMappingURL=AdyenApplePay.d.ts.map