@zhangqingcq/vgce
Version:
Vector graphics configure editor. svg组态编辑器。基于vue3.3+ts+element-plus+vite
9 lines (7 loc) • 353 B
text/typescript
import type { IConfigComponentGroup } from '../types'
import stateful_group from './stateful'
import stateless_group from './stateless'
import animation_group from './animation'
import custom_svg_group from './custom'
const t: IConfigComponentGroup[] = Object.seal([stateless_group, stateful_group, animation_group, custom_svg_group])
export default t