mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-02 12:00:51 +08:00
Merge pull request #3514 from apathytomorrow/patch-1
Added generic type to validatedObservable
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ interface KnockoutValidationStatic {
|
||||
|
||||
interface KnockoutStatic {
|
||||
validation: KnockoutValidationStatic;
|
||||
validatedObservable(initialValue: any): KnockoutObservable<any>;
|
||||
validatedObservable<T>(initialValue?: T): KnockoutObservable<T>;
|
||||
applyBindingsWithValidation(viewModel: any, rootNode?: any, options?: KnockoutValidationConfiguration): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user