UNPKG

@lunit/insight-viewer

Version:

Based on the cornerstone library, it provides several components for handling Dicom images

8 lines (7 loc) 212 B
import { DrawableAreaAnnotation } from '../../types'; export interface AreaViewerProps { isHovered: boolean; showLabel: boolean; showOutline: boolean; annotation: DrawableAreaAnnotation; }