2022-01-16 22:17:34 +08:00

12 lines
363 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: 'VText',
title: '普通标题',
category: ChatCategoryEnum.TITLE,
node: TitleCommon,
image
}