@ant-design/x
Version:
Craft AI-driven interfaces effortlessly
37 lines (36 loc) • 2.05 kB
TypeScript
export { default as Actions } from './actions';
export type { ActionsFeedbackProps } from './actions/ActionsFeedback';
export type { ActionsItemProps } from './actions/ActionsItem';
export type { ActionsProps } from './actions/interface';
export type { AttachmentsProps } from './attachments';
export { default as Attachments } from './attachments';
export type { BubbleItemType, BubbleListProps, BubbleProps } from './bubble';
export { default as Bubble } from './bubble';
export type { CodeHighlighterProps } from './code-highlighter';
export { default as CodeHighlighter } from './code-highlighter';
export type { ConversationItemType, ConversationsProps } from './conversations';
export { default as Conversations } from './conversations';
export type { FileCardListProps, FileCardProps } from './file-card';
export { default as FileCard } from './file-card';
export type { MermaidProps } from './mermaid';
export { default as Mermaid } from './mermaid';
export type { XNotificationOpenArgs } from './notification';
export { default as notification } from './notification';
export type { PromptsItemType, PromptsProps } from './prompts';
export { default as Prompts } from './prompts';
export type { SenderProps } from './sender';
export { default as Sender } from './sender';
export { default as SenderSwitch } from './sender/SenderSwitch';
export type { SourcesProps } from './sources';
export { default as Sources } from './sources';
export type { SuggestionProps } from './suggestion';
export { default as Suggestion } from './suggestion';
export type { ThinkProps } from './think';
export { default as Think } from './think';
export type { ThoughtChainItemProps, ThoughtChainItemType, ThoughtChainProps, } from './thought-chain';
export { default as ThoughtChain } from './thought-chain';
export { default as version } from './version';
export type { WelcomeProps } from './welcome';
export { default as Welcome } from './welcome';
export type { XProviderProps } from './x-provider';
export { default as XProvider } from './x-provider';