UNPKG

videx-3d

Version:

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

12 lines (11 loc) 407 B
type Props = { wellboreId: string; slot: number; isSelected: boolean; setSelected?: (wellbore: string, depth: number) => void; setDepth?: (depth: number) => void; interactive: boolean; color?: string; }; export declare const Track: ({ wellboreId, slot, isSelected, setSelected, setDepth, interactive, color }: Props) => import("react/jsx-runtime").JSX.Element | null; export {};