videx-3d
Version:
React 3D component library designed for sub surface visualizations in the browser
18 lines (17 loc) • 513 B
TypeScript
/**
* Adds highlighting to rendered objects by rendering a "ghost" object on top it.
*
* @example
* <Highlighter />
*
* @remarks
* This component manages highlights in a global state and needs to be added to
* enable it as a feature. To interact with this component, you must use the
* `useHighlighter` hook from another component.
*
* @see {@link useHighlighter}
* @see {@link EventEmitter}
*
* @group Components
*/
export declare const Highlighter: () => import("react/jsx-runtime").JSX.Element;