Missing React ref

This commit is contained in:
Luis Rodrigues
2016-08-29 17:02:26 +01:00
parent bcd7b2fb4a
commit 4f764361a8

View File

@@ -3,6 +3,8 @@
// Definitions by: Mathieu Larouche Dube <https://github.com/matdube>, Ivo Jesus <https://github.com/LynxEyes>, Luís Rodrigues <https://github.com/goblindegook>
// Definitions: https://github.com/Vooban/DefinitelyTyped
///<reference path='../react/react.d.ts' />
declare namespace ReactDropzone {
import React = __React;
interface IDropzoneProps {