UNPKG

@adyen/react-native

Version:

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

5 lines 260 B
import { NativeModule } from 'react-native'; import { AdyenActionComponent } from '../core/AdyenNativeModules'; /** Generic Redirect component */ export declare const AdyenInstant: AdyenActionComponent & NativeModule; //# sourceMappingURL=AdyenInstant.d.ts.map