UNPKG

@lunit/insight-viewer

Version:

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

7 lines (6 loc) 241 B
import type { DrawableAreaAnnotation, EditMode } from '../../types'; export interface AreaDrawerProps { isSelectedMode: boolean; annotation: DrawableAreaAnnotation; setAnnotationEditMode: (targetPoint: EditMode) => void; }