UNPKG

@lunit/insight-viewer

Version:

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

7 lines (6 loc) 266 B
/// <reference types="react" /> import { Interaction } from './types'; export declare function useInteraction(initialInteraction?: Partial<Interaction>): { interaction: Interaction; setInteraction: React.Dispatch<React.SetStateAction<Interaction>>; };