mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
Add selectExtensions to knockout
This commit is contained in:
Vendored
+8
@@ -77,4 +77,12 @@ declare module 'knockout' {
|
||||
|
||||
///////////////////////////////////
|
||||
export var bindingProvider: any;
|
||||
|
||||
////////////////////////////////////
|
||||
//// selectExtensions.js
|
||||
////////////////////////////////////
|
||||
export var selectExtensions: {
|
||||
readValue(element: any);
|
||||
writeValue(element: any, value: any);
|
||||
}
|
||||
}
|
||||
Vendored
+11
@@ -477,6 +477,17 @@ interface KnockoutStatic {
|
||||
/////////////////////////////////
|
||||
|
||||
bindingProvider: any;
|
||||
|
||||
/////////////////////////////////
|
||||
// selectExtensions.js
|
||||
/////////////////////////////////
|
||||
|
||||
selectExtensions: {
|
||||
|
||||
readValue(element: any);
|
||||
|
||||
writeValue(element: any, value: any);
|
||||
};
|
||||
}
|
||||
|
||||
declare var ko: KnockoutStatic;
|
||||
|
||||
Reference in New Issue
Block a user