@atlaskit/profilecard
Version:
A React component to display a card with user information.
2 lines (1 loc) • 344 B
TypeScript
export declare const AgentProfileCardLazy: import("react").LazyExoticComponent<({ agent, isLoading, cloudId, onChatClick, hasError, errorType, onConversationStartersClick, resourceClient, addFlag, onDeleteAgent, hideMoreActions, hideAiDisclaimer, hideConversationStarters, }: import("../../types").AgentProfileCardProps) => React.JSX.Element>;