UNPKG
@tbea_npm/sdk
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.2
WorkPlusFE JavaScript SDK.
@tbea_npm/sdk
/
webview
/
wxShare.d.ts
11 lines
(10 loc)
•
292 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
WxShare
}
from
'../types/webview'
;
/** * 微信分享(会话/朋友圈) *
@description
根据接口直接调起微信分享页面 *
@param
{
WxShare
}
options
*
@module
webview
*
@returns
无 */
declare
function
wxShare
(
options: WxShare
):
void
;
export
default
wxShare;