mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-01 11:50:54 +08:00
Merge pull request #7114 from Lillemanden/Jacob/master
Added missing viewModel property on ComponentConfig in Knockout
This commit is contained in:
Vendored
+1
@@ -562,6 +562,7 @@ declare module KnockoutComponentTypes {
|
||||
}
|
||||
|
||||
interface ComponentConfig {
|
||||
viewModel?: ViewModelFunction | ViewModelSharedInstance | ViewModelFactoryFunction | AMDModule;
|
||||
template: any;
|
||||
createViewModel?: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user