UNPKG

@rnw-community/react-native-payments

Version:

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

4 lines 256 B
import { NativeEventEmitter } from 'react-native'; import type { Maybe } from '@rnw-community/shared'; export declare const getNativePaymentsEventEmitter: () => Maybe<NativeEventEmitter>; //# sourceMappingURL=get-native-payments-event-emitter.util.d.ts.map