@ant-design/x
Version:
Craft AI-driven interfaces effortlessly
18 lines • 944 B
JavaScript
export { default as Actions } from "./actions";
export { default as Attachments } from "./attachments";
export { default as Bubble } from "./bubble";
export { default as CodeHighlighter } from "./code-highlighter";
export { default as Conversations } from "./conversations";
export { default as FileCard } from "./file-card";
export { default as Mermaid } from "./mermaid";
export { default as notification } from "./notification";
export { default as Prompts } from "./prompts";
export { default as Sender } from "./sender";
export { default as SenderSwitch } from "./sender/SenderSwitch";
export { default as Sources } from "./sources";
export { default as Suggestion } from "./suggestion";
export { default as Think } from "./think";
export { default as ThoughtChain } from "./thought-chain";
export { default as version } from "./version";
export { default as Welcome } from "./welcome";
export { default as XProvider } from "./x-provider";