mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user