@atlaskit/profilecard
Version:
A React component to display a card with user information.
4 lines (3 loc) • 492 B
TypeScript
import React from 'react';
import { type ProfileCardTriggerProps } from '../../types';
export default function ProfilecardTriggerNext({ autoFocus, trigger, userId, cloudId, resourceClient, actions, position, children, testId, addFlag, onReportingLinesClick, ariaLabel, ariaLabelledBy, prepopulatedData, disabledAriaAttributes, onVisibilityChange, offset, viewingUserId, product, agentActions, ariaHideProfileTrigger, isVisible: propsIsVisible, }: ProfileCardTriggerProps): React.JSX.Element;