cannot be used as a value because it was exported using 'export type'
cannot be used as a value because it was exported using 'export type'
HarmonyOS
赞
收藏 0
回答 1
待解决
相关问题
export type不支持后,是否有平替方式?
706浏览 • 1回复 待解决
Cannot find module '@ohos.application.Ability' or its corresponding type declarations.
12003浏览 • 1回复 待解决
@Style 和 @Extend 是否支持export导出
1288浏览 • 1回复 待解决
export和export default的区别
2496浏览 • 1回复 待解决
HarmonyOS入口UIAbility的exported属性如何设置
454浏览 • 1回复 待解决
HarmonyOS Entry组件export会有黄色警告
185浏览 • 1回复 待解决
代码IDE提示编译报错:Type 'TextTest' is not assignable to type 'ITest<T>'.
1059浏览 • 1回复 待解决
首选项报错:"Using this inside stand-alone functions is notsupported"如何解决
3249浏览 • 1回复 待解决
HarmonyOS @Export与@Style的导出问题
407浏览 • 1回复 待解决
getContext 提示错误,Cannot find name 'getContext'
1024浏览 • 1回复 待解决
HarmonyOS Resource获取value问题
36浏览 • 1回复 待解决
export default new StringUtil();//??这行的作用时什么?
2667浏览 • 1回复 待解决
HarmonyOS Cannot set property when setter is undefined
24浏览 • 1回复 待解决
HarmonyOS代码报错 cannot read property aboutToRender of undefined
631浏览 • 1回复 待解决
Key-Value存储问题咨询
314浏览 • 1回复 待解决
HarmonyOS 获取Resource中的value问题
454浏览 • 1回复 待解决
java如何引用resources资源获得value?
4565浏览 • 1回复 待解决
解决hashmap通过key取不到value
1191浏览 • 1回复 待解决
openharmony源码编译报错importerror:cannot import name
8698浏览 • 1回复 已解决
这个错误通常是因为你试图使用一个导出类型的变量作为值使用。导出类型是一种用于将变量或函数导出到其他模块或文件的方式。然而,导出类型的变量不能直接使用,因为它们的值是在导出时被确定的,而不是在使用时被确定的。如果你想使用一个导出类型的变量,你需要将其导入到你的代码中,然后使用它