Files
lingji-work-fe/src/components/xt-chat/xt-bubble/index.ts
2025-08-21 10:54:18 +08:00

10 lines
202 B
TypeScript

/*
* @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';