Files
lingji-work-fe/src/components/xt-chat/xt-bubble/index.ts

10 lines
202 B
TypeScript
Raw Normal View History

2025-08-21 10:54:18 +08:00
/*
* @Author: RenXiaoDong
* @Date: 2025-08-20 22:16:14
*/
export { default as Bubble } from './xt-bubble.vue';
export { default as BubbleList } from './xt-bubbleList.vue';
export * from './types';