UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

15 lines (14 loc) 431 B
import GirafeHTMLElement from '../../base/GirafeHTMLElement'; declare class ContactComponent extends GirafeHTMLElement { template: () => import("uhtml").Hole; visible: boolean; shortUrl: string; constructor(); private registerEvents; private togglePanel; private getCurrentStateUrl; sendMessage(): Promise<void>; render(): void; connectedCallback(): void; } export default ContactComponent;