Skip to content

Commit aa73e6b

Browse files
committed
fix: hideToast optional args
1 parent 006bfe2 commit aa73e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/wx/lib.wx.api.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19636,7 +19636,7 @@ wx.hideShareMenu({
1963619636
*
1963719637
* 隐藏消息提示框 */
1963819638
hideToast<T extends HideToastOption = HideToastOption>(
19639-
option: T
19639+
option?: T
1964019640
): PromisifySuccessResult<T, HideToastOption>
1964119641
/** [wx.initFaceDetect(Object object)](https://developers.weixin.qq.com/miniprogram/dev/api/ai/face/wx.initFaceDetect.html)
1964219642
*

0 commit comments

Comments
 (0)