videx-3d
Version:
React 3D component library designed for sub surface visualizations in the browser
12 lines (11 loc) • 468 B
TypeScript
import { AnnotationComponentProps } from './types';
/**
* The default component for rendering annotation labels. You can override this by
* supplying a custom component in the `AnnotationsLayer` component.
*
* @see [Storybook](/path=/docs/components-misc-annotations--docs)
* @see {@link AnnotationsLayer}
*
* @group Components
*/
export declare const DefaultLabelComponent: ({ id, name }: AnnotationComponentProps) => import("react/jsx-runtime").JSX.Element;