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.

9 lines (8 loc) 293 B
import MAlipay from './m-alipay-auto-submit'; import MAlipayButton from './m-alipay-button'; export * from './interface'; type MAlipayComponentType = typeof MAlipay & { Button: typeof MAlipayButton; }; declare const MAlipayComponent: MAlipayComponentType; export default MAlipayComponent;