UNPKG

vim-webgl-component

Version:

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

10 lines (9 loc) 295 B
import * as BIM from './bimInfoData'; import { BimInfoPanelRef } from './bimInfoData'; /** * Represents the details of a BIM object. */ export declare function BimBody(props: { bimInfoRef: BimInfoPanelRef; sections: BIM.Section[]; }): import("react/jsx-runtime").JSX.Element;