我可以创建没有ts的react组件吗?

时间:2018-12-11 03:03:55

标签: reactjs typescript

import * as react from 'react'
import { propsModel } from '...'
...
...

class MyComponent extends React.Component<any, propsModel> {
  render () {
    ....
  }
}

可以创建这样的组件吗?为什么我在reactjs.org上没有看到这种方式,并不能以这种方式使用export default,但是export很好

0 个答案:

没有答案