mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Merge pull request #4321 from SergioMorchon/patch-4
New Synchronous Asynchronous-loading option
This commit is contained in:
Vendored
+1
@@ -574,6 +574,7 @@ declare module KnockoutComponentTypes {
|
||||
interface Config {
|
||||
viewModel?: ViewModelFunction | ViewModelSharedInstance | ViewModelFactoryFunction | AMDModule;
|
||||
template: string | Node[]| DocumentFragment | TemplateElement | AMDModule;
|
||||
synchronous?: boolean;
|
||||
}
|
||||
|
||||
interface ComponentConfig {
|
||||
|
||||
Reference in New Issue
Block a user