@adyen/react-native
Version:
Wraps Adyen Checkout Drop-In and Components for iOS and Android for convenient use with React Native
9 lines (7 loc) • 315 B
JavaScript
;
import { ActionHandlingComponentWrapper } from '../base/ActionHandlingComponentWrapper';
/** Instant payment wrapper - no additional events beyond inherited ones. */
export class InstantWrapper extends ActionHandlingComponentWrapper {
name = 'Instant';
}
//# sourceMappingURL=InstantWrapper.js.map