UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

8 lines (7 loc) 174 B
interface ILayerWithLegend { legend: boolean; legendImage?: string; isLegendExpanded: boolean; wasLegendExpanded: boolean; } export default ILayerWithLegend;