UNPKG

@lunit/insight-viewer

Version:

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

6 lines (5 loc) 157 B
declare const useTextBox: () => readonly [{ height: number; width: number; } | null, (ref: SVGTextElement) => void]; export default useTextBox;