@atlaskit/profilecard
Version:
A React component to display a card with user information.
8 lines (7 loc) • 334 B
TypeScript
import React from 'react';
import type { TeamProfilecardProps } from '../../types';
/**
* @deprecated This component is deprecated and will be removed soon. Please use `@atlassian/team-profilecard` instead.
*/
declare const TeamProfileCard: (props: TeamProfilecardProps) => React.JSX.Element | null;
export default TeamProfileCard;