UNPKG

@lunit/insight-viewer

Version:

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

5 lines (4 loc) 333 B
/// <reference types="libs/insight-viewer/src/@types/cornerstone-web-image-loader" /> import { OnError } from '../../types'; export declare type CornerstoneWebImageLoader = typeof import('cornerstone-web-image-loader'); export default function setWebImageLoader(onError: OnError): Promise<CornerstoneWebImageLoader | undefined>;