UNPKG

@lunit/insight-viewer

Version:

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

5 lines (4 loc) 260 B
import React from 'react'; import type { TextDrawerProps } from './TextDrawer.types'; export { Typing as TypingDrawer } from './Typing'; export declare function TextDrawer({ annotation, setAnnotationEditMode }: TextDrawerProps): React.ReactElement | null;