UNPKG

@adyen/react-native

Version:

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

11 lines 497 B
import { NativeModule } from 'react-native'; import { PaymentMethod, PaymentMethodsResponse } from '../core/types'; import { AdyenActionComponent } from '../core/AdyenNativeModules'; /** * Get native component capable of handling provided payment method type. */ export declare function getWrapper(typeName: string, paymentMethods: PaymentMethodsResponse): { nativeComponent: AdyenActionComponent & NativeModule; paymentMethod?: PaymentMethod; }; //# sourceMappingURL=getWrapper.d.ts.map