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不支持后,是否有平替方式?
423浏览 • 1回复 待解决
Cannot find module '@ohos.application.Ability' or its corresponding type declarations.
10429浏览 • 1回复 待解决
export和export default的区别
1858浏览 • 1回复 待解决
@Style 和 @Extend 是否支持export导出
685浏览 • 1回复 待解决
HarmonyOS入口UIAbility的exported属性如何设置
66浏览 • 1回复 待解决
首选项报错:"Using this inside stand-alone functions is notsupported"如何解决
2514浏览 • 1回复 待解决
export default new StringUtil();//??这行的作用时什么?
2353浏览 • 1回复 待解决
getContext 提示错误,Cannot find name 'getContext'
494浏览 • 1回复 待解决
HarmonyOS如何获取对象所有的值和value
164浏览 • 1回复 待解决
input_enter_key_type设置没生效
6099浏览 • 1回复 待解决
HarmonyOS TextInput 设置 type 后, showUnderline(true)无效
96浏览 • 1回复 待解决
HarmonyOS代码报错 cannot read property aboutToRender of undefined
121浏览 • 1回复 待解决
解决hashmap通过key取不到value
714浏览 • 1回复 待解决
HarmonyOS 获取Resource中的value问题
37浏览 • 1回复 待解决
java如何引用resources资源获得value?
4176浏览 • 1回复 待解决
报错Property 'pushUrl' does not exist on type 'typeof router'.
2916浏览 • 1回复 待解决
openharmony源码编译报错importerror:cannot import name
8297浏览 • 1回复 已解决
求助 :Cannot reach HDC server, attempting to reconnect.
9261浏览 • 1回复 待解决
这个错误通常是因为你试图使用一个导出类型的变量作为值使用。导出类型是一种用于将变量或函数导出到其他模块或文件的方式。然而,导出类型的变量不能直接使用,因为它们的值是在导出时被确定的,而不是在使用时被确定的。如果你想使用一个导出类型的变量,你需要将其导入到你的代码中,然后使用它