UNPKG

@adyen/react-native

Version:

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

4 lines 324 B
import type { Configuration, PaymentMethodsResponse } from '../core'; export declare const checkPaymentMethodsResponse: (paymentMethodsResponse: PaymentMethodsResponse | undefined) => PaymentMethodsResponse; export declare const checkConfiguration: (configuration: Configuration) => void; //# sourceMappingURL=utils.d.ts.map