UNPKG

@lunit/insight-viewer

Version:

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

9 lines (8 loc) 185 B
interface State { imageId: string; file: File | undefined; } export declare function useDicomFile(): { setImageIdByFile: (file: File) => void; } & State; export {};