UNPKG

@lunit/insight-viewer

Version:

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

5 lines (4 loc) 178 B
import { DragAction, DragEventHandler } from '../types'; declare type Control = Record<DragAction, DragEventHandler>; declare const control: Control; export default control;