mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fixed interface inheritance
This commit is contained in:
Vendored
+2
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user