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) 182 B
import React from 'react'; import { FullScreenLoadingProps } from './interface'; declare const FullScreenLoading: React.FC<FullScreenLoadingProps>; export default FullScreenLoading;