UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

15 lines (14 loc) 493 B
import GirafeHTMLElement from '../../../base/GirafeHTMLElement.js'; declare class NewsButtonComponent extends GirafeHTMLElement { protected templateUrl: string | null; protected styleUrls: string[] | null; template: () => import("uhtml").Hole; visible: boolean; warn: boolean; constructor(); setWarn(): void; loadLastViewDate(): void; getIcon(): "icons/bell-warn.svg" | "icons/bell.svg"; connectedCallback(): void; } export default NewsButtonComponent;