synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
11 lines • 629 B
TypeScript
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