mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
ec5dd0ab3a
After an easy couple version with #34252, this version is less flexible (and safer) on inferring exported types mainly. We require to annotate some exported types to differentiate between `boolean` and literal `true` types, etc.