UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

5 lines (4 loc) 313 B
import React from 'react'; import { type AgentProfileCardTriggerProps } from '../../types'; import { type ProfileCardHandle } from '../common/ProfileCardTrigger'; export declare const AgentProfileCardTrigger: React.ForwardRefExoticComponent<AgentProfileCardTriggerProps & React.RefAttributes<ProfileCardHandle>>;