react-desc
react-desc copied to clipboard
PropType for react compoent, function components etc
I'm working on this issue. Can not find proptypes for React.Component, React.FC etc.
https://github.com/grommet/grommet/issues/2870
I believe PropTypes.node produces the correct type for React.Component. The typescript index.d.ts it generates is React.ReactNode which is correct.