mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08:00
Fix typo in DropzoneOptions interface
This commit is contained in:
2
dropzone/dropzone.d.ts
vendored
2
dropzone/dropzone.d.ts
vendored
@@ -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