UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

6 lines 246 B
import type { Style } from "maplibre-gl"; /** * Fetches and cleans a MapLibre style JSON, removing any graticule layer. */ export declare const useCleanMapStyle: (url: string) => Style | undefined; //# sourceMappingURL=useCleanMapStyle.d.ts.map