refluent icon indicating copy to clipboard operation
refluent copied to clipboard

Fix typings

Open jsiwhitehead opened this issue 7 years ago • 0 comments

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.

jsiwhitehead avatar Aug 09 '18 19:08 jsiwhitehead