UNPKG

protomaps-themes-base

Version:

Protomaps basemap themes for MapLibre GL JS

5 lines (4 loc) 281 B
import { Theme } from "./themes"; import { LayerSpecification } from "@maplibre/maplibre-gl-style-spec"; export declare function nolabels_layers(source: string, t: Theme): LayerSpecification[]; export declare function labels_layers(source: string, t: Theme): LayerSpecification[];