UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

9 lines (8 loc) 346 B
import GirafeHTMLElement from '../../base/GirafeHTMLElement.js'; export default interface IGirafePanel { isPanelVisible: boolean; panelTitle: string; panelTogglePath: string; togglePanel(isVisible: boolean): void; } export declare function isGirafePanel(element: IGirafePanel | GirafeHTMLElement | Node): element is IGirafePanel;