Updated typings of angular-toastr

In toast options we can edit container config, so I edited IToastOptions interface
This commit is contained in:
kwiateusz
2016-03-30 10:15:15 +02:00
parent dbb2d9f1f1
commit 8eb5791010
+1 -1
View File
@@ -70,7 +70,7 @@ declare namespace angular.toastr {
toastId: number;
}
interface IToastOptions extends IToastBaseConfig {
interface IToastOptions extends IToastBaseConfig, IToastContainerConfig {
iconClass?: string;
}