UNPKG

@lunit/insight-viewer

Version:

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

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