vue-create-web
Version:
A VUE component for custom web front page
10 lines (9 loc) • 450 B
TypeScript
import BarChart from "./components/controls/echarts/BarChart";
import LineChart from "./components/controls/echarts/LineChart";
import MixedChart from "./components/controls/echarts/MixedChart";
import TempA from "./components/controls/echarts/TempA";
export { BarChart, LineChart, MixedChart, TempA };
declare const _default: {
install: (app: import("vue/types/umd").VueConstructor<import("vue/types/umd")>) => void;
};
export default _default;