Skip to content

Commit 287b9d0

Browse files
chore(all): update build
1 parent 5f2ea95 commit 287b9d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dist/aurelia-framework.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ export declare class Aurelia {
8181
* @return Returns a Promise of the current Aurelia instance.
8282
*/
8383
setRoot(root?: string, applicationHost?: string | Element): Promise<Aurelia>;
84-
_configureHost(applicationHost?: any): any;
85-
_onAureliaComposed(): any;
8684
}
8785

8886
/**
@@ -174,7 +172,6 @@ export declare class FrameworkConfiguration {
174172
* @return Returns the current FrameworkConfiguration instance.
175173
*/
176174
plugin(plugin: string, config?: any): FrameworkConfiguration;
177-
_addNormalizedPlugin(name?: any, config?: any): any;
178175

179176
/**
180177
* Plugs in the default binding language from aurelia-templating-binding.

0 commit comments

Comments
 (0)