UNPKG

vim-webgl-component

Version:

A demonstration app built on top of the vim-webgl-viewer

7 lines (6 loc) 240 B
import * as BIM from './bimInfoData'; import { BimInfoPanelRef } from './bimInfoData'; export declare function BimHeader(props: { bimInfoRef: BimInfoPanelRef; entries: BIM.Entry[]; }): import("react/jsx-runtime").JSX.Element;