UNPKG

@lunit/insight-viewer

Version:

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

3 lines (2 loc) 147 B
import type { EditMode } from '../types'; export declare const getCursorStatus: (editMode: EditMode | null) => "editing" | "moving" | "drawing";