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.

5 lines (4 loc) 201 B
import React from 'react'; import { IconProps } from '../interface'; declare const IconClose: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>; export default IconClose;