import { ViewContainerBase } from './view-container-base'; /** * 视图壳 * * @export * @class AppIndexViewShell * @extends {ViewContainerBase} */ export declare class AppIndexViewShell 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 */ render(h: any): any; } //# sourceMappingURL=app-indexview-shell.d.ts.map