@adyen/react-native
Version:
Wraps Adyen Checkout Drop-In and Components for iOS and Android for convenient use with React Native
13 lines (12 loc) • 317 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "useAdyenCheckout", {
enumerable: true,
get: function () {
return _useAdyenCheckout.useAdyenCheckout;
}
});
var _useAdyenCheckout = require("./useAdyenCheckout");
//# sourceMappingURL=index.js.map