@artmate/chat
Version:
**开箱即用的AI组件库(基于 Vue3 + ElementPlus)**
12 lines (11 loc) • 437 B
TypeScript
import { default as Bubble } from '../bubble/index.vue';
import { default as BubbleLoading } from '../bubble/loading.vue';
import { default as BubbleList } from './index.vue';
export type * from './interface';
export type BubbleListType = {
Bubble: typeof Bubble;
Loading: typeof BubbleLoading;
} & typeof BubbleList;
declare const _default: BubbleListType;
export default _default;
export { Bubble, BubbleList, BubbleLoading };