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.

4 lines (3 loc) 186 B
type ScrollElement = HTMLElement | Window; export declare function getScrollParent(el: Element, root?: ScrollElement | null | undefined): Window | Element | null | undefined; export {};