mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Update toastr.d.ts
This commit is contained in:
4
toastr/toastr.d.ts
vendored
4
toastr/toastr.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user