filestack / filestack-react

Official React component for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
MIT License
164 stars 40 forks source link

Refactor removed type definitions #121

Open parkerault opened 2 years ago

parkerault commented 2 years ago

This commit: be2a01a5e79c637d29de261a679752b0a34b3bf3 removed the index.d.ts type definitions file from src. This also makes the js client options passed to the react component untyped, which makes it very difficult to work with in a typescript project. This seems like a pretty major oversight since the js client itself has extensive typescript definitions.