@lunit/insight-viewer
Version:
Based on the cornerstone library, it provides several components for handling Dicom images
4 lines (3 loc) • 397 B
TypeScript
import React from 'react';
import type { AnnotationOverlayProps } from './AnnotationOverlay.types';
export declare const AnnotationOverlay: ({ width, height, className, style, isDrawing, clickAction, mode, annotations, showOutline, hoveredAnnotation, selectedAnnotation, showAnnotationLabel, onAdd, onHover, onRemove, onSelect, onChange, }: AnnotationOverlayProps) => React.JSX.Element | null;