UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

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