@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
5 lines • 362 B
TypeScript
import { type ClassType } from '@rnw-community/shared';
import type { PaymentItem } from '../@standard/w3c/payment-item';
import type { PaymentsError } from '../error/payments.error';
export declare const validateDisplayItems: (displayItems?: PaymentItem[], ErrorType?: ClassType<PaymentsError>) => void;
//# sourceMappingURL=validate-display-items.util.d.ts.map