mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix for AMD require import of Dropzone
This commit is contained in:
parent
2fc3404aa3
commit
d67ace5d6f
Vendored
+5
-1
@@ -1,6 +1,6 @@
|
||||
// Type definitions for Dropzone 3.7.1
|
||||
// Project: http://www.dropzonejs.com/
|
||||
// Definitions by: Natan Vivo <https://github.com/nvivo>
|
||||
// Definitions by: Natan Vivo <https://github.com/nvivo>, Andy Hawkins <https://github.com/a904guy/,http://a904guy.com/,http://www.bmbsqd.com>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
@@ -93,3 +93,7 @@ declare class Dropzone {
|
||||
interface JQuery {
|
||||
dropzone(options: DropzoneOptions): Dropzone;
|
||||
}
|
||||
|
||||
declare module "Dropzone" {
|
||||
export = Dropzone;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user