UNPKG

@rnw-community/react-native-payments

Version:

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

4 lines 293 B
import type { PaymentDetailsUpdate } from '../@standard/w3c/payment-details-update.js'; import type { OnEventFn } from '@rnw-community/shared'; export type PaymentRequestUpdateHandler = OnEventFn<Promise<PaymentDetailsUpdate>>; //# sourceMappingURL=payment-request-update-handler.type.d.ts.map