@rontian/egret-robotlegs
Version:
Egret View Integration with RobotlegsJS
19 lines (18 loc) • 483 B
TypeScript
import { IBundle, IContext } from "@robotlegsjs/core";
/**
* For that Classic Robotlegs flavour
*
* <p>This bundle installs a number of extensions commonly used
* in typical Robotlegs applications and modules.</p>
*/
export declare class EgretBundle implements IBundle {
private _context;
private _logger;
/**
* @inheritDoc
*/
extend(context: IContext): void;
private handleContextView;
private whenInitializing;
private afterDestroying;
}