filestack-react icon indicating copy to clipboard operation
filestack-react copied to clipboard

Refactor removed type definitions

Open parkerault opened this issue 4 years ago • 0 comments

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.

parkerault avatar Sep 01 '21 16:09 parkerault