TS - 'Icon' refers to a value, but is being used as a type here. Did you mean 'typeof Icon'
报错
'Icon' refers to a value, but is being used as a type here. Did you mean 'typeof Icon'

原因
在ts文件中使用了ts中并不能使用JSX
解决
修改文件后缀为tsx
'Icon' refers to a value, but is being used as a type here. Did you mean 'typeof Icon'

在ts文件中使用了ts中并不能使用JSX
修改文件后缀为tsx