UNPKG

@cornerstonejs/core

Version:
8 lines (7 loc) 276 B
import type { IViewport } from '../types/IViewport.js'; declare function _getViewportModality(viewport: IViewport, volumeId?: string, getVolume?: (volumeId: string) => { metadata: { Modality: string; }; } | undefined): string; export { _getViewportModality };