UNPKG

@cornerstonejs/core

Version:
9 lines (8 loc) 627 B
import type { ViewPresentation } from '../../../types/index.js'; import type { ViewportProjectionAdapter } from '../ViewportProjectionTypes.js'; import { getWSIProjectionSnapshot } from './wsiProjectionSnapshot.js'; import { type WSIProjectionSnapshot } from './WSIProjectionTypes.js'; import type { WSIViewState } from './WSIViewportTypes.js'; export { getWSIProjectionSnapshot }; export type { WSIProjectionPresentation, WSIProjectionRequest, WSIProjectionSnapshot, } from './WSIProjectionTypes.js'; export declare const wsiProjectionAdapter: ViewportProjectionAdapter<WSIViewState, ViewPresentation, WSIProjectionSnapshot>;