mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Fix typo in DropzoneOptions interface
This commit is contained in:
Vendored
+1
-1
@@ -41,7 +41,7 @@ interface DropzoneOptions {
|
||||
filesizeBase?: number;
|
||||
maxFiles?: number;
|
||||
params?: {};
|
||||
headers?: {},
|
||||
headers?: {};
|
||||
clickable?: boolean|string|HTMLElement|(string|HTMLElement)[];
|
||||
ignoreHiddenFiles?: boolean;
|
||||
acceptedFiles?: string;
|
||||
|
||||
Reference in New Issue
Block a user