UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

14 lines (13 loc) 318 B
export interface AnalysisBarProps { componentType: 'analysisBar'; isCutoff?: boolean; expressionLevels?: string[]; caption?: string; segments?: { color: 'jet' | string; width: number; }[]; expressionValue?: string; expressionLabels?: string[]; isDimmed?: boolean; }