UNPKG

@zhangqingcq/vgce

Version:

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

10 lines (8 loc) 224 B
import type { IConfigComponentGroup } from '../../types' import thermometer from './thermometer' const t: IConfigComponentGroup = { groupType: 'have_animation', title: '动画SVG', list: [thermometer] } export default t