UNPKG

pay-sdk-react

Version:

A cross-platform payment SDK for React, supporting Alipay, WeChat Pay, PayPal, Stripe, Payssion, and Airwallex, compatible with H5, PC, and App environments.

6 lines (5 loc) 175 B
import React from 'react'; import { PayModalProps } from './interface'; declare const PayModal: React.FC<PayModalProps>; export * from './interface'; export default PayModal;