UNPKG

@rnw-community/react-native-payments

Version:

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

8 lines 607 B
import type { NativePaymentsChangeEventsInterface } from '../../interface/native-payments-change-events.interface.js'; import type { NativePaymentsRetryInterface } from '../../interface/native-payments-retry.interface.js'; import type { Spec } from '../../NativePayments.js'; type NativePaymentsOptionalInterface = NativePaymentsChangeEventsInterface & NativePaymentsRetryInterface; type NativePaymentsType = NativePaymentsOptionalInterface & Omit<Spec, keyof NativePaymentsOptionalInterface>; export declare const NativePayments: NativePaymentsType; export {}; //# sourceMappingURL=native-payments.d.ts.map