UNPKG

@rnw-community/react-native-payments

Version:

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

6 lines 225 B
import type { Maybe } from '@rnw-community/shared'; export declare const PaymentResponse: Maybe<{ new (): PaymentResponse; prototype: PaymentResponse; }> | undefined; //# sourceMappingURL=payment-response.web.d.ts.map