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

12 lines (11 loc) 334 B
/// <reference types="react" /> export declare enum UserProfileLinksTabs { PROJECTS = "Projects", TEAMS = "Teams", CHALLENGES = "Challenges" } declare type UserProfileLinksProps = { userId: string; }; declare function UserProfileLinks({ userId, }: UserProfileLinksProps): JSX.Element; export default UserProfileLinks;