UNPKG

@rnw-community/react-native-payments

Version:

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

4 lines 269 B
import { type ClassType } from '@rnw-community/shared'; import type { PaymentItem } from '../@standard/w3c/payment-item.js'; export declare const validateTotal: (total: PaymentItem, ErrorType: ClassType<Error>) => void; //# sourceMappingURL=validate-total.util.d.ts.map