UNPKG

@lunit/insight-viewer

Version:

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

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