UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

17 lines (16 loc) 442 B
import { ThresholdOption } from './Threshold.types'; export declare const baseSliderMarks: ({ value: number; label: string; } | { value: number; label?: undefined; })[]; export declare const getPresetValue: (options: ThresholdOption[], selectedItem: string) => number; export declare const getSliderMarks: (presetValue: number) => ({ value: number; label: string; } | { value: number; label?: undefined; })[];