Support JSX.ElementType by naari3 · Pull Request #3048 · emotion-js/emotion
What: Support for JSX.ElementType that introduced in TypeScript 5.1 Why: Until now, JSX type checking was provided by checking as JSX.Element. From TypeScript 5.1 onward, by declaring JSX.ElementT...