UNPKG

@cornerstonejs/core

Version:
4 lines (3 loc) 334 B
import type { ImageVolumeProps } from '../../types/index.js'; import type { DecimatedVolumeModifier, DecimatedVolumeModifierContext } from './types.js'; export declare function applyDecimatedVolumeModifiers(baseProps: ImageVolumeProps, modifiers: DecimatedVolumeModifier[], context: DecimatedVolumeModifierContext): ImageVolumeProps;