scroll-view组件上触发bindrefresherabort之后参数e的类型是eventhandle,我应该从哪导入这个类型,还是说只能写any。
https://developers.weixin.qq.com/miniprogram/dev/component/scroll-view.htmlhttps://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/en/extended/component-plus/video-swiper.html
可以使用 WechatMiniprogram.ScrollViewRefresherAbort 这个类型,WechatMiniprogram 是微信小程序类型的命名空间,开发者工具默认导入的。
如果要在 vs code 中识别,需要使用 npm 安装 miniprogram-api-typings 这个类型库