We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2ea95 commit 287b9d0Copy full SHA for 287b9d0
dist/aurelia-framework.d.ts
@@ -81,8 +81,6 @@ export declare class Aurelia {
81
* @return Returns a Promise of the current Aurelia instance.
82
*/
83
setRoot(root?: string, applicationHost?: string | Element): Promise<Aurelia>;
84
- _configureHost(applicationHost?: any): any;
85
- _onAureliaComposed(): any;
86
}
87
88
/**
@@ -174,7 +172,6 @@ export declare class FrameworkConfiguration {
174
172
* @return Returns the current FrameworkConfiguration instance.
175
173
176
plugin(plugin: string, config?: any): FrameworkConfiguration;
177
- _addNormalizedPlugin(name?: any, config?: any): any;
178
179
180
* Plugs in the default binding language from aurelia-templating-binding.
0 commit comments