UNPKG

@cornerstonejs/core

Version:
3 lines (2 loc) 176 B
import type { IGeometry, PublicMeshData } from '../../../types/index.js'; export declare function createMesh(geometryId: string, meshData: PublicMeshData): Promise<IGeometry>;