UNPKG

@lunit/insight-viewer

Version:

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

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