ant-design-x-vue
Version:
Craft AI-driven interfaces effortlessly
35 lines (34 loc) • 1.21 kB
JavaScript
import "./x-provider/index.mjs";
import { default as u } from "./bubble/index.mjs";
import "./conversations/index.mjs";
import "./welcome/index.mjs";
import "./prompts/index.mjs";
import "./suggestion/index.mjs";
import { default as d } from "./sender/index.mjs";
import { default as x } from "./attachments/index.mjs";
import "./thought-chain/index.mjs";
import "./actions/index.mjs";
import { _ as b } from "./x-provider/index-chunk.mjs";
import { defaultPrefixCls as C, default as P } from "./x-provider/hooks/use-x-provider-context.mjs";
import { default as g } from "./bubble/BubbleList.mjs";
import { default as A } from "./conversations/Conversations.mjs";
import { default as S } from "./welcome/Welcome.mjs";
import { default as L } from "./prompts/Prompts.mjs";
import { default as W } from "./suggestion/Suggestion.mjs";
import { default as j } from "./thought-chain/ThoughtChain.mjs";
import { default as q } from "./actions/Actions.mjs";
export {
q as Actions,
x as Attachments,
u as Bubble,
g as BubbleList,
A as Conversations,
L as Prompts,
d as Sender,
W as Suggestion,
j as ThoughtChain,
S as Welcome,
b as XProvider,
C as defaultPrefixCls,
P as useXProviderContext
};