UNPKG

@rnw-community/react-native-payments

Version:

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

4 lines 310 B
import type { PaymentMethodData } from '../@standard/w3c/payment-method-data.js'; import type { ClassType } from '@rnw-community/shared'; export declare const validateShippingType: (methodData: PaymentMethodData[], ErrorType: ClassType<Error>) => void; //# sourceMappingURL=validate-shipping-type.util.d.ts.map