UNPKG

@adyen/react-native

Version:

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

5 lines 287 B
import { NativeModule } from 'react-native'; import { AdyenActionComponent } from '../core/AdyenNativeModules'; /** Google Pay component (only available for Android) */ export declare const AdyenGooglePay: AdyenActionComponent & NativeModule; //# sourceMappingURL=AdyenGooglePay.d.ts.map