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
..
index.d.ts Update index.d.ts to import * (#13381) 2016-12-21 14:43:18 -08:00
react-dropzone-tests.tsx Update index.d.ts to import * (#13381) 2016-12-21 14:43:18 -08:00
tsconfig.json Fix tsconfig files for new option name / behavior. 2016-07-12 13:54:56 -07:00