UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

10 lines (9 loc) 361 B
import GirafeHTMLElement from '../../base/GirafeHTMLElement.js'; declare class PrototypeBannerComponent extends GirafeHTMLElement { protected templateUrl: string | null; protected styleUrls: string[] | null; template: () => import("uhtml").Hole; constructor(); protected connectedCallback(): void; } export default PrototypeBannerComponent;