UNPKG

videx-3d

Version:

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

11 lines (10 loc) 413 B
import { PanelProps } from '../Panel/Panel'; /** * The `OutputPanel` is mainly intended as an example of the `Panel` component. * It is used in storybooks as a debug/info panel. Not recommended to use for production. * @see {@link useOutputPanel} * @see {@link Panel} * @internal * @group Components */ export declare const OutputPanel: (panelProps: PanelProps) => import("react/jsx-runtime").JSX.Element;