UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

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