UNPKG

@lunit/insight-viewer

Version:

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

4 lines (3 loc) 170 B
import React from 'react'; import { TypingProps } from './Typing.types'; export declare function Typing({ points, onFinish }: TypingProps): React.ReactElement | null;