mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Merge pull request #2705 from chriscamicas/Knockout-3.2
Knockout 3.2 fix for ko.components
This commit is contained in:
commit
d186e4bebf
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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user