import { IPSAppDEExplorerView } from './ipsapp-deexplorer-view'; /** * * 继承父接口类型值[DETABEXPVIEW,DETABEXPVIEW9] * @export * @interface IPSAppDETabExplorerView */ export interface IPSAppDETabExplorerView extends IPSAppDEExplorerView { /** * 分页部件布局模式 * @type {string} */ tabLayout: string; }