UNPKG

@cornerstonejs/core

Version:
3 lines (2 loc) 243 B
import { type Volume3DProjectionRequest, type Volume3DProjectionSnapshot } from './Volume3DProjectionTypes.js'; export declare function getVolume3DProjectionSnapshot(request: Volume3DProjectionRequest): Volume3DProjectionSnapshot | undefined;