mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-04 16:04:45 +08:00
Added AMD support for Knockout validation
This commit is contained in:
@@ -144,3 +144,8 @@ interface KnockoutSubscribableFunctions<T> {
|
||||
rules: KnockoutObservableArray<KnockoutValidationRule>;
|
||||
}
|
||||
|
||||
declare module "knockout.validation" {
|
||||
export = validation;
|
||||
}
|
||||
|
||||
declare var validation: KnockoutValidationStatic
|
||||
|
||||
Reference in New Issue
Block a user