mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Knockout 3.2 fix for ko.components
According to the documentation ko.components is missing http://knockoutjs.com/documentation/component-registration.html
This commit is contained in:
Vendored
+2
@@ -544,6 +544,8 @@ interface KnockoutStatic {
|
||||
|
||||
writeValue(element: HTMLElement, value: any): void;
|
||||
};
|
||||
|
||||
components: KnockoutComponents ;
|
||||
}
|
||||
|
||||
interface KnockoutBindingProvider {
|
||||
|
||||
Reference in New Issue
Block a user