ctrlplusb / react-async-component

Resolve components asynchronously, with support for code splitting and advanced server side rendering use cases.
MIT License
1.45k stars 62 forks source link

Typescript type definitions #56

Closed AndreasPresthammer closed 6 years ago

AndreasPresthammer commented 6 years ago

I see that you already have an index.d.ts file in the project. Would be great if that was included in the npm package, or atleast made available under @types/react-async-component

ctrlplusb commented 6 years ago

Agreed, sorry, I am not a TS user so it escaped me. :)

Would you like to submit a PR?

ctrlplusb commented 6 years ago

It should be included with the latest package.

AndreasPresthammer commented 6 years ago

Thanks :)