UNPKG

react-ravepayment

Version:

This is a reactJS library for implementing rave payment gateway

3 lines (2 loc) 144 B
import { PaymentOptions } from './types'; export declare function constructPaymentOption(option?: PaymentOptions | PaymentOptions[]): string;