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.

7 lines (6 loc) 298 B
import React from 'react'; import { WechatButtonProps, WechatButtonRef } from './interface'; declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<WechatButtonProps & { children?: React.ReactNode; } & React.RefAttributes<WechatButtonRef>>>; export default _default;