@ant-design/x
Version:
Craft AI-driven interfaces effortlessly
15 lines • 771 B
JavaScript
export { default as version } from "./version";
export { default as Actions } from "./actions";
export { default as Attachments } from "./attachments";
export { default as Sender } from "./sender";
export { default as Bubble } from "./bubble";
export { default as Conversations } from "./conversations";
export { default as Prompts } from "./prompts";
export { default as ThoughtChain } from "./thought-chain";
export { default as Suggestion } from "./suggestion";
export { default as Welcome } from "./welcome";
export { default as XProvider } from "./x-provider";
export { default as useXChat } from "./use-x-chat";
export { default as useXAgent } from "./use-x-agent";
export { default as XStream } from "./x-stream";
export { default as XRequest } from "./x-request";