UNPKG

@cornerstonejs/core

Version:
3 lines (2 loc) 152 B
import type { Point3 } from '../types/index.js'; export declare function createPositionCallback(imageData: any): (ijk: any, destPoint?: any) => Point3;