UNPKG

@rontian/egret-robotlegs

Version:

Egret View Integration with RobotlegsJS

16 lines (15 loc) 410 B
import { IContext, IExtension } from "@robotlegsjs/core"; /** * This extension install a View Manager into the context */ export declare class ViewManagerExtension implements IExtension { private static _containerRegistry; private _injector; private _viewManager; /** * @inheritDoc */ extend(context: IContext): void; private whenInitializing; private whenDestroying; }