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.

8 lines (7 loc) 191 B
/** * 根据入参生成一个二维码 * @param url 要生成二维码的url * @returns Promise */ declare const makeQrcode: (url: string) => Promise<string>; export default makeQrcode;