UNPKG

videx-3d

Version:

React 3D component library designed for sub surface visualizations in the browser

9 lines (8 loc) 329 B
import { Vec3 } from '../../sdk'; import { AnnotationProps } from './types'; export * from './Annotations'; export * from './annotations-renderer'; export * from './annotations-state'; export * from './AnnotationsLayer'; export * from './types'; export declare const getAnnotationPosition: (annotation: AnnotationProps) => Vec3;