Skip to content

Commit 729820b

Browse files
committed
Merge pull request DefinitelyTyped#4321 from SergioMorchon/patch-4
New Synchronous Asynchronous-loading option
2 parents 00abe29 + d1497a8 commit 729820b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

knockout/knockout.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@ declare module KnockoutComponentTypes {
574574
interface Config {
575575
viewModel?: ViewModelFunction | ViewModelSharedInstance | ViewModelFactoryFunction | AMDModule;
576576
template: string | Node[]| DocumentFragment | TemplateElement | AMDModule;
577+
synchronous?: boolean;
577578
}
578579

579580
interface ComponentConfig {

0 commit comments

Comments
 (0)