UNPKG

videx-3d

Version:

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

10 lines (9 loc) 270 B
type Props = { wellboreId: string; color?: string; opacity?: number; width?: number; dashed?: boolean; }; export declare const ActiveTrack: ({ wellboreId, opacity, width, dashed }: Props) => import("react/jsx-runtime").JSX.Element | null; export {};