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

11 lines 629 B
export type CreateChallengeTeamProps = { challengeId: string; onCanSubmitChange?: (canSubmit: boolean) => void; onFinished?: (teamId: string) => void; }; export declare const TOO_MANY_INVITEES_ERROR = "Please limit the initial number of invited members to three. You may add additional members after the team has been created."; export type CreateChallengeTeamHandle = { submit: () => void; }; export declare const CreateChallengeTeam: import("react").ForwardRefExoticComponent<CreateChallengeTeamProps & import("react").RefAttributes<CreateChallengeTeamHandle>>; //# sourceMappingURL=CreateChallengeTeam.d.ts.map