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

6 lines (5 loc) 206 B
export interface PaymentModalProps { visible: boolean; onClose: () => void; } export default function PaymentModal({ visible, onClose }: PaymentModalProps): import("react/jsx-runtime").JSX.Element;