fixed interface inheritance

This commit is contained in:
kwiateusz
2016-03-30 18:21:21 +02:00
parent 8eb5791010
commit 5a66911a99
+2 -1
View File
@@ -70,8 +70,9 @@ declare namespace angular.toastr {
toastId: number;
}
interface IToastOptions extends IToastBaseConfig, IToastContainerConfig {
interface IToastOptions extends IToastBaseConfig {
iconClass?: string;
target?: string;
}
interface IToastrService {