mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-30 21:47:35 +00:00
* Update index.d.ts to import * `export default Dropzone;` was leading me to have some issues with importing the module in my code. I changed it to `export = Dropzone` so now we can do `import * as Dropzone from "react-dropzone";` like the others package importations in a tsx file. * Reconfigure the import in test file |
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| react-dropzone-tests.tsx | ||
| tsconfig.json | ||