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
9.8.10
使用Typescript无法导入LoadDataType枚举类型,查看类型定义发现这个类型没有被导出,不知道是不是漏了。
LoadDataType没有被导出,在setLoadDataCallback里判断类型的时候只能采用硬编码的方式
LoadDataType应该如同其它类型一样被导出
- 系统: - 浏览器: - 框架:
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
版本
9.8.10
复现步骤
使用Typescript无法导入LoadDataType枚举类型,查看类型定义发现这个类型没有被导出,不知道是不是漏了。
当前效果
LoadDataType没有被导出,在setLoadDataCallback里判断类型的时候只能采用硬编码的方式
预期效果
LoadDataType应该如同其它类型一样被导出
环境
补充说明
No response
The text was updated successfully, but these errors were encountered: