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

13 lines 552 B
export type ChallengeTeamWizardProps = { projectId: string; isShowingModal?: boolean; onClose: () => void; }; /** * The ChallengeTeamWizard is used to guide a user through the process of joining or creating a team for a challenge. * * A required precondition is that the user is NOT on any registered submission team for the challenge. */ declare function ChallengeTeamWizard(props: ChallengeTeamWizardProps): import("react/jsx-runtime").JSX.Element; export default ChallengeTeamWizard; //# sourceMappingURL=ChallengeTeamWizard.d.ts.map