UNPKG

videx-3d

Version:

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

14 lines (13 loc) 334 B
import { WellboreContextProps } from '../components/Wellbores/Wellbore/WellboreContext'; /** * Get the wellbore context from a parent `Wellbore` component. * * * @example * const { id } = useWellboreContext() * * @see {@link Wellbore} * * @group Hooks */ export declare const useWellboreContext: () => WellboreContextProps;