UNPKG

protomaps-themes-base

Version:

Protomaps basemap themes for MapLibre GL JS

5 lines (4 loc) 316 B
import { LayerSpecification } from "@maplibre/maplibre-gl-style-spec"; export default function (source: string, key: string): LayerSpecification[]; export declare function noLabels(source: string, key: string): LayerSpecification[]; export declare function labels(source: string, key: string): LayerSpecification[];