UNPKG

react-map-gl

Version:

React components for MapLibre GL JS and Mapbox GL JS

4 lines 295 B
import { ImmutableLike } from "../types/common.js"; import { StyleSpecification } from "../types/style-spec.js"; export declare function normalizeStyle(style: string | StyleSpecification | ImmutableLike<StyleSpecification>): string | StyleSpecification; //# sourceMappingURL=style-utils.d.ts.map