UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

3 lines (2 loc) 343 B
/// <reference types="react" /> export declare const AgentProfileCardLazy: import("react").LazyExoticComponent<({ agent, isLoading, isCreatedByViewingUser, cloudId, onChatClick, product, hasError, errorType, onConversationStartersClick, resourceClient, addFlag, }: import("../../types").AgentProfileCardProps) => import("react").JSX.Element>;