wujingjing
2025-01-07 a31a3b7668814388e8c33c86e05dcf2daed13e7c
src/components/chat/chatComponents/multiChat/index.ts
@@ -1,8 +1,10 @@
import { MultiChatType } from '../../model/types';
import Select from './Select.vue';
import InputSelect from './InputSelect.vue';
import TimeRange from './TimeRange.vue';
export const multiChatTypeMapCom = {
   [MultiChatType.Select]: Select,
   [MultiChatType.InputSelect]: InputSelect,
   [MultiChatType.TimeRange]: TimeRange,
};