2022-01-15 21:05:11 +08:00

13 lines
357 B
TypeScript

import TitleCommon from './index.vue'
import image from '@/assets/images/chart/informations/title_diamond.png'
import { ConfigType } from '@/packages/index.d'
import { ChatCategoryEnum } from '../../index.d'
export const TitleCommonConfig: ConfigType = {
key: 'Text',
title: '标题',
category: ChatCategoryEnum.TITLE,
node: TitleCommon,
image
}