UNPKG

@lunit/insight-viewer

Version:

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

3 lines (2 loc) 205 B
import type { UseViewportReturnType, UseViewportParams } from './type'; export declare function useViewport({ image, viewerRef, options, getInitialViewport }?: UseViewportParams): UseViewportReturnType;