UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

17 lines (16 loc) 524 B
import GirafeDraggableElement from '../../base/GirafeDraggableElement'; declare class InfoWindowComponent extends GirafeDraggableElement { template: () => import("uhtml").Hole; visible: boolean; private resizeWindow; constructor(); registerEvents(): void; render(): void; renderComponent(): void; private renderEmptyComponent; private updateWindowSizeAndPosition; closeWindow(): void; connectedCallback(): void; private configToCssValue; } export default InfoWindowComponent;