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) 219 B
import type { NativeProps } from '../utils/native-props'; export type DotLoadingProps = { /** * @zh 颜色 * @en Color */ color?: 'default' | 'primary' | 'white' | (string & {}); } & NativeProps;