UNPKG

@lunit/insight-viewer

Version:

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

6 lines (5 loc) 204 B
import type { EditMode, DrawableTextAnnotation } from '../../types'; export interface TextDrawerProps { annotation: DrawableTextAnnotation; setAnnotationEditMode: (mode: EditMode) => void; }