@vis.gl/react-maplibre
Version:
React components for Maplibre GL JS
4 lines • 305 B
TypeScript
import type { StyleSpecification } from "../types/style-spec.js";
import type { ImmutableLike } from "../types/common.js";
export declare function normalizeStyle(style: string | StyleSpecification | ImmutableLike<StyleSpecification>): string | StyleSpecification;
//# sourceMappingURL=style-utils.d.ts.map