UNPKG

@rnw-community/react-native-payments

Version:

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

5 lines (3 loc) 229 B
import type { PaymentDetailsUpdate } from '../@standard/w3c/payment-details-update.js'; import type { OnEventFn } from '@rnw-community/shared'; export type PaymentRequestUpdateHandler = OnEventFn<Promise<PaymentDetailsUpdate>>;