@atlaskit/profilecard
Version:
A React component to display a card with user information.
5 lines (4 loc) • 348 B
TypeScript
import React from 'react';
import { type ProfileCardTriggerProps } from './types';
declare function ProfileCardTrigger<T>({ trigger, ariaLabelledBy, children, renderProfileCard, fetchProfile, disabledAriaAttributes, profileCardType, fireAnalytics, ...popupProps }: ProfileCardTriggerProps<T>): React.JSX.Element;
export default ProfileCardTrigger;