react-loading-overlay icon indicating copy to clipboard operation
react-loading-overlay copied to clipboard

implement typescript

Open anselmpaul opened this issue 5 years ago • 4 comments

tackling #39, here's my attempt to use this library with typescript. I'm sure it's not perfectly typed since I'm not too familiar with the codebase but it works :) Would love to hear your comments.

anselmpaul avatar Jan 04 '20 17:01 anselmpaul

Why is this still not merged? He did a great job.

gorjan-mishevski avatar Jun 09 '20 18:06 gorjan-mishevski

Wow....it's been over a year since this PR was opened....please merge it :)

tschoeki avatar Feb 05 '21 09:02 tschoeki

So this will not be merged?

ghost avatar May 06 '21 14:05 ghost

I made a PR on the DefinitelyTyped repository for this library.

The types and they are now available on npm or by doing:

npm i --save-dev @types/react-loading-overlay

Feel free to submit your own PR on DefinitelyTyped and modify the type definitions if I made a mistake.

tjosepo avatar Jul 02 '21 23:07 tjosepo