mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Merge pull request #4499 from borisyankov/basarat-patch-1
Update toastr.d.ts for external module
This commit is contained in:
Vendored
+3
@@ -197,3 +197,6 @@ interface Toastr {
|
||||
}
|
||||
|
||||
declare var toastr: Toastr;
|
||||
declare module "toastr" {
|
||||
export = toastr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user