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) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getPrefixCls = getPrefixCls; function getPrefixCls(componentName, customPrefix) { return `${customPrefix || 'pay'}-${componentName}`; }