react-leaflet
Version:
React components for Leaflet maps
13 lines (9 loc) • 367 B
JavaScript
;
exports.__esModule = true;
exports.AttributionControl = void 0;
var _core = require("@react-leaflet/core");
var _leaflet = require("leaflet");
const AttributionControl = (0, _core.createControlComponent)(function createAttributionControl(props) {
return new _leaflet.Control.Attribution(props);
});
exports.AttributionControl = AttributionControl;