UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

19 lines 858 B
import { UserProfile } from '@sage-bionetworks/synapse-types'; import { MenuAction } from './UserCardContextMenu'; export type UserCardMediumProps = { userProfile: UserProfile; menuActions?: MenuAction[]; imageURL?: string; hideEmail?: boolean; isLarge?: boolean; link?: string; openLinkInNewTab?: boolean; disableLink?: boolean; isCertified?: boolean; isValidated?: boolean; isLoadingAvatar?: boolean; }; export declare function UserCardMedium({ userProfile, menuActions, isLarge, imageURL, hideEmail, disableLink, link, openLinkInNewTab, isValidated, isCertified, isLoadingAvatar, }: UserCardMediumProps): import("react/jsx-runtime").JSX.Element; export declare function LoadingUserCardMedium(): import("react/jsx-runtime").JSX.Element; export default UserCardMedium; //# sourceMappingURL=UserCardMedium.d.ts.map