mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
merged any | null to any
This commit is contained in:
Vendored
+1
-1
@@ -662,7 +662,7 @@ declare namespace KnockoutComponentTypes {
|
||||
getConfig? (componentName: string, callback: (result: ComponentConfig | null) => void): void;
|
||||
loadComponent? (componentName: string, config: ComponentConfig, callback: (result: Definition | null) => void): void;
|
||||
loadTemplate? (componentName: string, templateConfig: any, callback: (result: Node[] | null) => void): void;
|
||||
loadViewModel? (componentName: string, viewModelConfig: any, callback: (result: any | null) => void): void;
|
||||
loadViewModel? (componentName: string, viewModelConfig: any, callback: (result: any) => void): void;
|
||||
suppressLoaderExceptions?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user