UNPKG

zips-react-native-sdk-test

Version:

Lightweight ZIPS Payment Gateway SDK for React Native - Complete payment solution with card payments, wallet payments (AfrMoney & ZApp), netbanking, and native UI design

11 lines (10 loc) 272 B
import React from 'react'; interface PaymentHeaderProps { onClose: () => void; amount: number; currency: string; description: string; environment: 'sandbox' | 'production'; } export declare const PaymentHeader: React.FC<PaymentHeaderProps>; export {};