UNPKG

@mapka/react-maplibre-map

Version:

MapLibre react web component

6 lines (5 loc) 231 B
import { jsx as _jsx } from "react/jsx-runtime"; import { forwardRef } from "react"; export const MapLibreContainer = forwardRef((props, ref) => { return _jsx("div", { id: "mapka-maplibre-container", ref: ref, ...props }); });