UNPKG

@rnw-community/react-native-payments

Version:

Accept Payments with Apple Pay and Android Pay using the Payment Request API.

8 lines 436 B
import type { PaymentRequestEventListener } from '../type/payment-request-event-listener.type.js'; import type { Maybe } from '@rnw-community/shared'; import type { EmitterSubscription } from 'react-native'; export interface PaymentRequestEventRegistrationInterface { listeners: PaymentRequestEventListener[]; subscription: Maybe<EmitterSubscription>; } //# sourceMappingURL=payment-request-event-registration.interface.d.ts.map