UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

4 lines (3 loc) 339 B
import { ModelTypeProps } from './ModelType.types'; declare const ModelType: ({ componentType, title, optionTitle, scoreItems, currentSensitivity, currentSpecificity, userModelType, options, description, onChangeDropdown, onClickUpdateConfiguration, }: ModelTypeProps) => import("react/jsx-runtime").JSX.Element; export default ModelType;