UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 376 B
import { MapProps } from './types'; declare const LazyMap: ({ center, bounds, zoom, zoomControl, fullscreenControl, tilesControl, attributionControl, dragging, scrollWheelZoom, doubleClickZoom, geojson, layerColor, layerFillColor, onDblClick, className, style, tileIndex, customTiles, children, }: MapProps) => import("react/jsx-runtime").JSX.Element; export default LazyMap;