UNPKG

@adyen/react-native

Version:

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

9 lines 467 B
import { PaymentMethodsResponse } from './core/types'; /** * Find payment method in JSON response or \paymentMethods API */ export declare function find(paymentMethods: PaymentMethodsResponse, typeName: string): import("./core/types").PaymentMethod | undefined; export declare const UNSUPPORTED_PAYMENT_METHODS: string[]; export declare const ADDRESS_COMPONENTS: string[]; export declare const NATIVE_COMPONENTS: string[]; //# sourceMappingURL=ComponentMap.d.ts.map