UNPKG

@adyen/react-native

Version:

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

8 lines 297 B
import { type ConfigPlugin } from '@expo/config-plugins'; export type AdyenPluginProps = { merchantIdentifier: string | string[] | undefined; useFrameworks: boolean; }; declare const _default: ConfigPlugin<AdyenPluginProps>; export default _default; //# sourceMappingURL=withAdyen.d.ts.map