UNPKG

@rnw-community/react-native-payments

Version:

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

7 lines 224 B
import type { PaymentCurrencyAmount } from './payment-currency-amount'; export interface PaymentItem { amount: PaymentCurrencyAmount; label: string; pending?: boolean; } //# sourceMappingURL=payment-item.d.ts.map