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.

3 lines (2 loc) 162 B
export type GetContainer = () => HTMLElement; export declare function resolveContainer(getContainer: HTMLElement | GetContainer | undefined | null): HTMLElement;