import { __decorate } from "tslib";
import { Component } from 'vue-property-decorator';
import { VueLifeCycleProcessing } from '../../../decorators';
import { AppDePanelViewBase } from '../app-common-view/app-depanelview-base';
/**
 * 应用实体面板视图
 *
 * @export
 * @class AppStyle2DePanelView
 * @extends {AppDePanelViewBase}
 */
let AppStyle2DePanelView = class AppStyle2DePanelView extends AppDePanelViewBase {
};
AppStyle2DePanelView = __decorate([
    Component({}),
    VueLifeCycleProcessing()
], AppStyle2DePanelView);
export { AppStyle2DePanelView };
