UNPKG

@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) 478 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InstantWrapper = void 0; var _ActionHandlingComponentWrapper = require("../base/ActionHandlingComponentWrapper"); /** Instant payment wrapper - no additional events beyond inherited ones. */ class InstantWrapper extends _ActionHandlingComponentWrapper.ActionHandlingComponentWrapper { name = 'Instant'; } exports.InstantWrapper = InstantWrapper; //# sourceMappingURL=InstantWrapper.js.map