@cainiaofe/cn-ui-charts
Version:
14 lines (13 loc) • 743 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控制输出的顺序
var bundle = [CnTileIndex, CnStatisticCardIndex, CnColumnChartIndex, CnLineChartIndex, CnPieChartIndex, CnChartIndex, CnProgressIndex, CnDynamicChartIndex];
window['cn-ui-charts'] = bundle;
export default bundle;