Closed
Description
Although this library can be used with Preact/Inferno/etc, the typings make it hard to do so as they rely explicitly on React types. Instead, JSX.Element should be used as it's more compatible across libraries.
I'd PR this, but I'm uncertain as to how dependent the library is on React internals.