UNPKG

@suxhk/sandpay-sdk

Version:

杉德全支付收银台 JS_SDK

4 lines (3 loc) 248 B
import type { WeChatPayParams, WeChatMiniPayParams } from './types'; export declare function useWeChatPay(params: WeChatPayParams, url?: string): Promise<any>; export declare function useWeChatMiniPay(params: WeChatMiniPayParams): Promise<any>;