mironov / react-redux-loading-bar

Loading Bar (aka Progress Bar) for Redux and React
https://mironov.github.io/react-redux-loading-bar/
MIT License
936 stars 93 forks source link

TypeDefinition support? [help wanted] #47

Closed wongjiahau closed 6 years ago

wongjiahau commented 6 years ago

I'm currently using typescript to write my react app, therefore I need to have the TypeDefinition file for this library so that I can use it. Are contributors going to write one for it?

mironov commented 6 years ago

@wongjiahau There are TypeScript definitions in index.d.ts. Do they work for you?

wongjiahau commented 6 years ago

Thanks, I will look at it soon

mironov commented 6 years ago

@wongjiahau I'm going to close the issue for now. Feel free to re-open it if the current TypeScript definitions missing something.