UNPKG

@zhangqingcq/vgce

Version:

Vector graphics configure editor. svg组态编辑器。基于vue3.3+ts+element-plus+vite

7 lines (5 loc) 223 B
import type { IConfigComponentGroup } from '../types' import components from './component' import echarts_group from './echarts' const t: IConfigComponentGroup[] = Object.seal([components, echarts_group]) export default t