Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 254 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 254 Bytes

ToastrTS

A TypeScript Interface for the toastr JavaScript Library.

Usage

Import the toastr library to your project along with the interface file. Then, declare the toastr variable as:

...

declare var toastr: IToastr;

...