UNPKG

@rnw-community/react-native-payments

Version:

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

4 lines 318 B
import type { PaymentDetailsModifier } from '../@standard/w3c/payment-details-modifier.js'; import type { ClassType } from '@rnw-community/shared'; export declare const validateModifiers: (ErrorType: ClassType<Error>, modifiers?: PaymentDetailsModifier[]) => void; //# sourceMappingURL=validate-modifiers.util.d.ts.map