UNPKG

@cornerstonejs/core

Version:
3 lines (2 loc) 213 B
import { type WSIProjectionRequest, type WSIProjectionSnapshot } from './WSIProjectionTypes.js'; export declare function getWSIProjectionSnapshot(request: WSIProjectionRequest): WSIProjectionSnapshot | undefined;