UNPKG
@toolkit-fe/get-location
Version:
latest (0.1.22)
0.1.22
0.1.21
0.1.11
0.1.10
获取当前位置
@toolkit-fe/get-location
/
lib
/
utils
/
js-sdk.d.ts
8 lines
(7 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * 唤起微信api *
@param
{
*
} _href 当前页面url *
@param
{
*
} options 分享信息 *
@param
{
*
} apiType 调用api类型 */
export
declare
const
handleWXSDKCall
:
(
_href
:
string
,
apiType
:
string
) =>
Promise
<
unknown
>;