mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-30 23:19:31 +08:00
Merge pull request #2705 from chriscamicas/Knockout-3.2
Knockout 3.2 fix for ko.components
This commit is contained in:
2
knockout/knockout.d.ts
vendored
2
knockout/knockout.d.ts
vendored
@@ -545,6 +545,8 @@ interface KnockoutStatic {
|
||||
|
||||
writeValue(element: HTMLElement, value: any): void;
|
||||
};
|
||||
|
||||
components: KnockoutComponents;
|
||||
}
|
||||
|
||||
interface KnockoutBindingProvider {
|
||||
|
||||
Reference in New Issue
Block a user