Update toastr.d.ts

This commit is contained in:
Basarat Ali Syed
2015-05-31 11:05:24 +10:00
parent 2d4c4679bc
commit 33c089e9c0

3
toastr/toastr.d.ts vendored
View File

@@ -197,3 +197,6 @@ interface Toastr {
}
declare var toastr: Toastr;
declare module "toastr" {
export = toastr;
}