UNPKG

bento-charts

Version:
6 lines 411 B
import { jsx as _jsx } from "react/jsx-runtime"; import { TileLayer } from 'react-leaflet'; import { OSM_TILE_LAYER_ATTRIBUTION, OSM_TILE_LAYER_TEMPLATE } from '../../constants/mapConstants'; var BentoOSMTileLayer = function () { return _jsx(TileLayer, { attribution: OSM_TILE_LAYER_ATTRIBUTION, url: OSM_TILE_LAYER_TEMPLATE }); }; export default BentoOSMTileLayer; //# sourceMappingURL=BentoOSMTileLayer.js.map