Merge pull request #2435 from styfle/patch-5

Dropzone constructor takes any
This commit is contained in:
Masahiro Wakame
2014-07-10 15:29:37 +09:00
+1
View File
@@ -55,6 +55,7 @@ interface DropzoneOptions {
declare class Dropzone {
constructor(container: string, options?: DropzoneOptions);
constructor(container: HTMLElement, options?: DropzoneOptions);
static autoDiscover: boolean;
static options: any;
static confirm: (question: string, accepted: () => void, rejected?: () => void) => void;