import { CreateElement } from 'vue'; import { DeIndexViewBase } from '../../../view'; /** * 应用实体首页视图 * * @export * @class AppDEIndexViewBase * @extends {DeIndexViewBase} */ export declare class AppDEIndexViewBase extends DeIndexViewBase { /** * @description 渲染表单部件 * @return {*} * @memberof AppDEIndexViewBase */ renderForm(): import("vue").VNode | undefined; /** * @description 渲染数据关系栏部件 * @return {*} * @memberof AppDEIndexViewBase */ renderDrBar(): import("vue").VNode | undefined; /** * @description 渲染主体内容 * @return {*} * @memberof AppDEIndexViewBase */ renderMainContent(): JSX.Element; /** * @description 渲染实体首页视图 * @param {CreateElement} h * @return {*} * @memberof AppDEIndexViewBase */ render(h: CreateElement): import("vue").VNode | null; } //# sourceMappingURL=app-deindexview-base.d.ts.map