UNPKG

@cornerstonejs/core

Version:
5 lines (4 loc) 277 B
import type { EventTypes } from '../../types/index.js'; export declare function resetVolumeNewImageState(viewportId: string): void; declare function volumeNewImageEventDispatcher(cameraEvent: EventTypes.CameraModifiedEvent): void; export default volumeNewImageEventDispatcher;