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

12 lines 532 B
export type ChallengeTeamTableProps = { challengeId: string; selectedTeamId?: string; onSelectTeam: (teamId?: string) => void; }; /** * Table component that displays teams that * 1. are registered for the challenge specified by the challengeId prop * 2. the current user is able to join, create a request to join, or accept an invitation to join */ export default function ChallengeTeamTable(props: ChallengeTeamTableProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ChallengeTeamTable.d.ts.map