mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Updated typings of angular-toastr
In toast options we can edit container config, so I edited IToastOptions interface
This commit is contained in:
Vendored
+1
-1
@@ -70,7 +70,7 @@ declare namespace angular.toastr {
|
||||
toastId: number;
|
||||
}
|
||||
|
||||
interface IToastOptions extends IToastBaseConfig {
|
||||
interface IToastOptions extends IToastBaseConfig, IToastContainerConfig {
|
||||
iconClass?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user