@geogirafe/lib-geoportal
Version:
GeoGirafe is a flexible application to build online geoportals.
17 lines (16 loc) • 492 B
TypeScript
import GirafeHTMLElement from '../../base/GirafeHTMLElement';
declare class LayoutComponent extends GirafeHTMLElement {
template: () => import("uhtml").Hole;
visible: boolean;
constructor();
private registerEvents;
private togglePanel;
private onLayoutSelect;
private onLayoutChanged;
private onShadowsToggle;
private setDateTimePicker;
private update3dMapTimestamp;
connectedCallback(): void;
render(): void;
}
export default LayoutComponent;