@cainiaofe/cn-ui-charts
Version:
17 lines (13 loc) • 748 B
JavaScript
import CnTileIndex from './cn-tile/protoIndex';
import CnStatisticCardIndex from './cn-statistic-card/protoIndex';
import CnColumnChartIndex from './cn-column-chart/protoIndex';
import CnLineChartIndex from './cn-line-chart/protoIndex';
import CnPieChartIndex from './cn-pie-chart/protoIndex';
import CnChartIndex from './cn-chart/protoIndex';
import CnProgressIndex from './cn-progress/protoIndex';
import CnDynamicChartIndex from './cn-dynamic-chart/protoIndex';
import './prototypeView.scss';
// 通过arr控制输出的顺序
const bundle = [CnTileIndex, CnStatisticCardIndex, CnColumnChartIndex, CnLineChartIndex, CnPieChartIndex, CnChartIndex, CnProgressIndex, CnDynamicChartIndex];
window['cn-ui-charts'] = bundle;
export default bundle;