mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-06 21:54:35 +00:00
* [react] Port ElementRef utility type from Flow https://flow.org/en/docs/react/types/#toc-react-elementref * [react] Use least amount of required typing * [react] Support forwarded refs with ElementRef * [react] Use correct function component return type * [react] Add ElementRef test for memoized ref forwarding component * [react] Add ElementRef test for lazy component * [react] Match function components with props * [react] Fix test-case by moving type around * [react] Fix flaky test-case * [recharts] Remove deprecated CSS properties These have been removed from `lib.dom.d.ts`: https://github.com/microsoft/TypeScript/pull/37464/files#r395692943