@ulb-darmstadt/photogrammetry-viewer
Version:
```console npm i photogrammetry-viewer ``` This library provides an HTML web component that displays photogrammetric data. The component consists of a combined 3D and 2D viewer. For each view of the 3D model, the 2D image closest to the view is loaded. Fo
14 lines (13 loc) • 455 B
TypeScript
import { default as Popover } from '@ui5/webcomponents/dist/Popover.js';
import { LitElement } from 'lit';
export declare class PVMenuItem extends LitElement {
title: string;
icon: string;
idx: number;
toolPopover: Popover;
toolButton: HTMLElement;
render(): import('lit-html').TemplateResult<1>;
_togglePopover(): void;
updated(changedProperties: Map<string, unknown>): void;
static styles: import('lit').CSSResult;
}