@atlaskit/profilecard
Version:
A React component to display a card with user information.
5 lines (4 loc) • 392 B
TypeScript
import React from 'react';
import { type AgentProfileCardProps } from '../../types';
declare const AgentProfileCard: ({ agent, isLoading, cloudId, onChatClick, hasError, errorType, onConversationStartersClick, resourceClient, addFlag, onDeleteAgent, hideMoreActions, hideAiDisclaimer, hideConversationStarters, }: AgentProfileCardProps) => React.JSX.Element;
export default AgentProfileCard;