UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

10 lines (9 loc) 225 B
import ThemeLayer from './layers/themelayer.js'; export default class CustomTheme { id: number; layers: ThemeLayer[]; name: string; icon: string; get hasThemes(): boolean; constructor(name: string); }