synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
14 lines • 666 B
TypeScript
import { EntityType } from '@sage-bionetworks/synapse-client';
import { EntityItem } from './ChallengeSubmission';
type ChallengeSubmissionStepperProps = {
projectId: string;
userId: string;
teamId: string;
entity: EntityItem;
entityType: typeof EntityType.dockerrepo | typeof EntityType.file;
isShowingModal: boolean;
onClose: () => void;
};
declare function ChallengeSubmissionStepper({ projectId, userId, teamId, entity, entityType, isShowingModal, onClose, }: ChallengeSubmissionStepperProps): import("react/jsx-runtime").JSX.Element;
export default ChallengeSubmissionStepper;
//# sourceMappingURL=ChallengeSubmissionStepper.d.ts.map