Files
DefinitelyTyped/react-dropzone
Rémi Marenco 3df6ff8869 Update index.d.ts to import * (#13381)
* 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
2016-12-21 14:43:18 -08:00
..