UNPKG

@lunit/insight-viewer

Version:

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

6 lines (5 loc) 140 B
import type { Point } from '../../types'; export interface TypingProps { points: Point[]; onFinish?: (text: string) => void; }