UNPKG

@zhangqingcq/vgce

Version:

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

10 lines (8 loc) 226 B
import type { IConfigComponentGroup } from '../../types' import svg_alert_light from './alert-light' const t: IConfigComponentGroup = { groupType: 'stateful', title: '状态SVG', list: [svg_alert_light] } export default t