mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
unwrapObservable should be generic
This commit is contained in:
Vendored
+1
-1
@@ -289,7 +289,7 @@ interface KnockoutUtils {
|
||||
|
||||
triggerEvent(element: any, eventType: any): void;
|
||||
|
||||
unwrapObservable(value: any): any;
|
||||
unwrapObservable<T>(value: KnockoutObservable<T>): T;
|
||||
|
||||
toggleDomNodeCssClass(node: any, className: string, shouldHaveClass: boolean): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user