import { ViewContainerBase } from './view-container-base'; /** * 视图壳插件工具专用 * * @export * @class AppIndexViewShell2 * @extends {ViewContainerBase} */ export declare class AppIndexViewShell2 extends ViewContainerBase { /** * 数据变化 * * @param {*} val * @returns {*} * @memberof AppIndexViewShell */ viewDatasChange(val: any): any; /** * 视图静态参数 * * @type {string} * @memberof AppIndexViewShell */ staticProps: any; /** * 视图动态参数 * * @type {string} * @memberof AppIndexViewShell */ dynamicProps: any; /** * 视图默认使用 * * @type {string} * @memberof AppIndexViewShell */ navModel: string; /** * Vue声明周期 * * @memberof AppIndexViewShell */ created(): void; /** * 组件加载完成 * * @memberof AppIndexViewShell */ mounted(): void; /** * 应用loading销毁 * * @memberof AppIndexViewShell */ appLoadingDestroyed(): void; /** * 视图绘制 * * @memberof AppIndexViewShell */ render(): JSX.Element; } //# sourceMappingURL=app-indexview-shell2.d.ts.map