mirror of
https://github.com/facebook/react.git
synced 2026-02-25 13:13:03 +00:00
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.