UNPKG

ant-design-x-vue-next

Version:

Ant Design X for Vue — community continuation aligned with @ant-design/x

10 lines (9 loc) 290 B
import o from "./use-x-chat.mjs"; import { clearAllConversations as s, clearConversation as t, getConversationMessages as n } from "./conversationStore.mjs"; export { s as clearAllConversations, t as clearConversation, o as default, n as getConversationMessages, o as useXChat };