UNPKG

@adsesugh/monnify-react-native

Version:

A React Native component for integrating Monnify payment gateway using WebView for both React Native CLI and Expo.

3 lines (2 loc) 118 B
import { PaymentParams } from "./types"; export declare const generateHtml: (paymentParams: PaymentParams) => string;