Update toastr.d.ts

This commit is contained in:
kwiateusz
2015-11-07 22:28:15 +01:00
parent 7a4b732705
commit a36e6ad2f4

4
toastr/toastr.d.ts vendored
View File

@@ -129,6 +129,10 @@ interface ToastrOptions {
* Function to execute on toast click
*/
onclick?: () => void;
/**
* Set if toastr should parse containing html
**/
allowHtml?: boolean;
}
interface ToastrDisplayMethod {