v0.11.0: Add types `ExcludeFromReturnType`, `ReplaceReturnType`; adjust lint rules
🌎 External changes
- Add utility types
ExcludeFromReturnType,ReplaceReturnTypeto facilitate the manipulation of functions' return types. - Relax lint rule
react/jsx-no-bindto allow allow function declarations.