Skip to content

Commit 33c089e

Browse files
committed
Update toastr.d.ts
1 parent 2d4c467 commit 33c089e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

toastr/toastr.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,6 @@ interface Toastr {
197197
}
198198

199199
declare var toastr: Toastr;
200+
declare module "toastr" {
201+
export = toastr;
202+
}

0 commit comments

Comments
 (0)