We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信小程序
小程序基础库: 2.20.0 使用框架: React
import { Events } from "@tarojs/taro";
增加Events类型的导出
Taro CLI 3.3.16 environment info: System: OS: Windows 10 Binaries: Node: 14.15.0 - F:\nvm\node\node.EXE Yarn: 1.22.10 - F:\nvm\node\yarn.CMD npm: 6.14.8 - F:\nvm\node\npm.CMD
目前我是这样解决的:
//taro.extend.d ... interface TaroStatic { Events:{ new ():TaroGeneral.Events } ...
The text was updated successfully, but these errors were encountered:
feat(types): add Events fix #10880
167ffee
518be64
b1e5242
Successfully merging a pull request may close this issue.
相关平台
微信小程序
小程序基础库: 2.20.0
使用框架: React
复现步骤
import { Events } from "@tarojs/taro";
期望结果
增加Events类型的导出
实际结果
增加Events类型的导出
环境信息
补充信息
目前我是这样解决的:
The text was updated successfully, but these errors were encountered: