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

14 lines 666 B
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