joarwilk / flowgen

Generate flowtype definition files from TypeScript
Other
657 stars 87 forks source link

Support React.ReactElement #164

Closed jt-stripe closed 2 years ago

jt-stripe commented 2 years ago

Similar to React.ReactNode in TypeScript, React.ReactElement should be updated to React.Element in flow. This adds support for that along with a test.

orta commented 2 years ago

Cool, looks reasonable to me 👍🏻