react-desc icon indicating copy to clipboard operation
react-desc copied to clipboard

PropType for react compoent, function components etc

Open geyang opened this issue 6 years ago • 1 comments

I'm working on this issue. Can not find proptypes for React.Component, React.FC etc.

https://github.com/grommet/grommet/issues/2870

geyang avatar Mar 02 '19 03:03 geyang

I believe PropTypes.node produces the correct type for React.Component. The typescript index.d.ts it generates is React.ReactNode which is correct.

msholty-fd avatar Jun 21 '19 13:06 msholty-fd