mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Add backgroundpositionClass to definition
Add backgroundpositionClass to ToastrOptions interface
This commit is contained in:
6
toastr/toastr.d.ts
vendored
6
toastr/toastr.d.ts
vendored
@@ -62,6 +62,10 @@ interface ToastrOptions {
|
||||
*/
|
||||
positionClass?: string;
|
||||
/**
|
||||
* Where toast should be displayed - background
|
||||
*/
|
||||
backgroundpositionClass?: string;
|
||||
/**
|
||||
* Time in milliseconds that the toast should be displayed
|
||||
*/
|
||||
timeOut?: number;
|
||||
@@ -146,4 +150,4 @@ interface Toastr {
|
||||
version: string;
|
||||
}
|
||||
|
||||
declare var toastr: Toastr;
|
||||
declare var toastr: Toastr;
|
||||
|
||||
Reference in New Issue
Block a user