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