mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Added missing viewModel property to ComponentConfig.
This commit is contained in:
parent
7b31f28a72
commit
1c5eb02444
1
knockout/knockout.d.ts
vendored
1
knockout/knockout.d.ts
vendored
@ -562,6 +562,7 @@ declare module KnockoutComponentTypes {
|
||||
}
|
||||
|
||||
interface ComponentConfig {
|
||||
viewModel?: ViewModelFunction | ViewModelSharedInstance | ViewModelFactoryFunction | AMDModule;
|
||||
template: any;
|
||||
createViewModel?: any;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user