@atlaskit/profilecard
Version:
A React component to display a card with user information.
6 lines (5 loc) • 401 B
TypeScript
import React from 'react';
import { type AnalyticsProps, type AnalyticsWithDurationProps, type ProfilecardProps } from '../../types';
export declare const ProfilecardInternal: (props: ProfilecardProps & AnalyticsProps) => React.JSX.Element | null;
export declare const LoadingView: ({ fireAnalyticsWithDuration, }: AnalyticsWithDurationProps) => React.JSX.Element;
export default ProfilecardInternal;