UNPKG

@grafana/ui

Version:
20 lines (17 loc) 329 B
import { jsx } from 'react/jsx-runtime'; "use strict"; const Marker = ({ x, y, children }) => { return /* @__PURE__ */ jsx( "div", { style: { position: "absolute", top: `${y}px`, left: `${x}px` }, children } ); }; export { Marker }; //# sourceMappingURL=Marker.mjs.map