UNPKG

@lunit/insight-viewer

Version:

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

6 lines (5 loc) 192 B
/// <reference types="react" /> import { ProgressComponent } from '../../types'; export default function LoadingProgress({ Progress }: { Progress: ProgressComponent; }): JSX.Element;