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.

6 lines (5 loc) 170 B
type ClassNamesArg = string | string[] | { [key: string]: any; } | undefined | null | boolean; export default function (...args: ClassNamesArg[]): string; export {};