@robotlegsjs/createjs
Version:
CreateJS View Integration with RobotlegsJS
19 lines (18 loc) • 489 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 CreateJSBundle implements IBundle {
private _context;
private _logger;
/**
* @inheritDoc
*/
extend(context: IContext): void;
private _handleContextView;
private _whenInitializing;
private _afterDestroying;
}