refluent
refluent copied to clipboard
Fix typings
The typings for the public API are only half-written, with the rough form there but not working properly yet - due to not being able to have partial generic inference (Microsoft/TypeScript#10571, Microsoft/TypeScript#26242).
Because of this, the default export is currently set with props of type any, which then bleeds through to all further components built with the API, essentially removing all typing.