UNPKG

@artmate/chat

Version:

**开箱即用的AI组件库(基于 Vue3 + ElementPlus)**

31 lines (30 loc) 1.12 kB
export * from './actions'; export type * from './actions'; export { default as ArtRequest } from './artRequest'; export type * from './artRequest'; export { default as ArtStream } from './artStream'; export type * from './artStream'; export * from './attachment'; export type * from './attachment'; export * from './bubbleList'; export type * from './bubbleList'; export * from './conversations'; export type * from './conversations'; export * from './fileList'; export type * from './fileList'; export * from './hooks'; export { default as Prompts } from './prompts'; export type * from './prompts'; export * from './sender'; export type * from './sender'; export * from './suggestion'; export type * from './suggestion'; export * from './thought-chain'; export type * from './thought-chain'; export { default as useArtAgent } from './useArtAgent'; export type * from './useArtAgent'; export { default as useArtChat } from './useArtChat'; export type * from './useArtChat'; export { default as version } from './version'; export { default as Welcome } from './welcome/index.vue'; export type * from './welcome/index.vue';