synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
12 lines (11 loc) • 334 B
TypeScript
/// <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;