UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

5 lines (4 loc) 206 B
import React from 'react'; import type { TeamProfilecardProps } from '../../types'; declare const TeamProfileCard: (props: TeamProfilecardProps) => React.JSX.Element | null; export default TeamProfileCard;