UNPKG

@cornerstonejs/core

Version:
7 lines (6 loc) 180 B
declare function getDynamicVolumeInfo(imageIds: any): { isDynamicVolume: boolean; timePoints: string[][]; splittingTag: string; }; export default getDynamicVolumeInfo;