1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

chore: Update the type declaration file.

This commit is contained in:
jaywcjlove 2020-07-17 09:06:49 +08:00
parent 937427dbb8
commit fa3fb0787b

2
index.d.ts vendored
View File

@ -134,11 +134,13 @@ export const Alipay: {
/**
* Scheme iOS
* @param scheme scheme = `ap` + `APPID`
* @platform ios
*/
setAlipayScheme: (scheme: string) => void;
/**
* Android
* @param isSandBox
* @platform android
*/
setAlipaySandbox: (isSandbox: boolean) => void;
};