UNPKG

@lunit/insight-viewer

Version:

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

4 lines (3 loc) 218 B
import { ReactElement } from 'react'; import type { LineViewerProps } from './LineViewer.types'; export declare function LineViewer({ isHovered, showLabel, showOutline, annotation }: LineViewerProps): ReactElement;