UNPKG

@rnw-community/react-native-payments

Version:

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

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