@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
4 lines • 334 B
TypeScript
import { type ClassType } from '@rnw-community/shared';
import type { PaymentShippingOption } from '../@standard/w3c/payment-shipping-option.js';
export declare const validateShippingOptions: (ErrorType: ClassType<Error>, shippingOptions?: PaymentShippingOption[]) => void;
//# sourceMappingURL=validate-shipping-options.util.d.ts.map