wujingjing
2025-02-10 e792d4d46e406da8d0a4ae8ad97db34a95f1c66a
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,
};