UNPKG

synapse-react-client

Version:

[![Build Status](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client.svg?branch=main)](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synaps

15 lines (14 loc) 423 B
/// <reference types="react" /> import { UserProfile } from '../utils/synapseTypes/'; declare type UserCardLargeProps = { userProfile: UserProfile; isCertified?: boolean; }; /** * UserCardLarge wraps around UserCardMedium * * @export UserCardLarge * @param {UserCardLargeProps} { userProfile } */ export declare function UserCardLarge({ userProfile, isCertified }: UserCardLargeProps): JSX.Element; export {};