import { IConfigComponentGroup } from '../../types'; import { custom_svg_text } from './custom-svg-text'; export const custom_svg_group: IConfigComponentGroup = { groupType: 'custom_svg_group', title: '自定义svg', list: [custom_svg_text] };