diff --git a/toastr/toastr.d.ts b/toastr/toastr.d.ts index 2fcdc38408..321177ec29 100644 --- a/toastr/toastr.d.ts +++ b/toastr/toastr.d.ts @@ -197,3 +197,6 @@ interface Toastr { } declare var toastr: Toastr; +declare module "toastr" { + export = toastr; +}