import { __decorate } from "tslib";
import { Component } from 'vue-property-decorator';
import { VueLifeCycleProcessing } from '../../../decorators';
import { AppChartExpViewBase } from '../app-common-view/app-chartexpview-base';
/**
 * 应用图表视图
 *
 * @export
 * @class AppStyle2ChartExpView
 * @extends {AppChartExpViewBase}
 */
let AppStyle2ChartExpView = class AppStyle2ChartExpView extends AppChartExpViewBase {
};
AppStyle2ChartExpView = __decorate([
    Component({}),
    VueLifeCycleProcessing()
], AppStyle2ChartExpView);
export { AppStyle2ChartExpView };
