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

10 lines 682 B
import { EvaluationRoundLimitType } from '@sage-bionetworks/synapse-types'; import { EvaluationRoundLimitInput } from '../input_models/models'; export type EvaluationRoundLimitOptionsProps = { limitInput: EvaluationRoundLimitInput; allSelectedTypes: Set<EvaluationRoundLimitType>; onChange: (limitInput: EvaluationRoundLimitInput) => void; }; export declare const LIMIT_TYPE_DISPLAY_NAME: Partial<Record<EvaluationRoundLimitType, string>>; export declare function EvaluationRoundLimitOptions({ limitInput, allSelectedTypes, onChange, }: EvaluationRoundLimitOptionsProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=EvaluationRoundLimitOptions.d.ts.map