UNPKG

@cornerstonejs/core

Version:
6 lines (5 loc) 302 B
import type { Types } from '../index.js'; type actorTypes = 'vtkActor' | 'vtkVolume' | 'vtkImageSlice'; export declare function isImageActor(actorEntry: Types.ActorEntry): boolean; export declare function actorIsA(actorEntry: Types.ActorEntry | Types.Actor, actorType: actorTypes): boolean; export {};