UNPKG

videx-3d

Version:

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

7 lines (6 loc) 172 B
type Props = { depth: number; color: string; }; export declare const DepthReadout: ({ depth, color }: Props) => import("react/jsx-runtime").JSX.Element; export {};