UNPKG

react-native-moyasar-sdk

Version:

Official React Native Moyasar SDK - Integrate Credit Cards, Apple Pay, Samsung Pay, and STC Pay with simple interfaces for a seamless payment experience in your React Native app

6 lines 513 B
import type { ApplePayProps } from '../models/component_models/moyasar_props'; import type { PaymentConfig } from '../models/payment_config'; import type { ResultCallback } from '../models/payment_result'; export declare function onApplePayResponse(token: any, paymentConfig: PaymentConfig, onPaymentResult: ResultCallback): Promise<void>; export declare function ApplePay({ paymentConfig, onPaymentResult, style, }: ApplePayProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=apple_pay.d.ts.map