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

6 lines (5 loc) 185 B
/// <reference types="react" /> export declare type UserChallengesProps = { userId: string; }; export default function UserChallenges({ userId }: UserChallengesProps): JSX.Element;