@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
10 lines • 409 B
TypeScript
import 'maplibre-gl/dist/maplibre-gl.css';
import React from 'react';
import { IMaplibreWorldMapProps } from './IMaplibreWorldMapProps';
/**
* Main Maplibre world map component.
* expects each data to already include a `coordinates: [lon, lat]` tuple.
*/
export declare const MaplibreWorldMap: React.FC<IMaplibreWorldMapProps>;
export default MaplibreWorldMap;
//# sourceMappingURL=WorldMapControl.d.ts.map