UNPKG

@lunit/insight-viewer

Version:

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

5 lines (4 loc) 287 B
/// <reference types="react" /> import type { ViewerProp } from './types'; import type { WithChildren } from '../types'; export declare function InsightViewer({ image, Progress, viewport, interaction, onViewportChange, children, viewerRef, }: WithChildren<ViewerProp>): JSX.Element;