UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

4 lines (3 loc) 231 B
import React from 'react'; import { type AnalyticsWithDurationProps, type ProfilecardProps } from '../../types'; export declare const ProfileCardDetails: (props: ProfilecardProps & AnalyticsWithDurationProps) => React.JSX.Element;