UNPKG

@grafana/ui

Version:
24 lines (19 loc) 431 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var jsxRuntime = require('react/jsx-runtime'); "use strict"; const Marker = ({ x, y, children }) => { return /* @__PURE__ */ jsxRuntime.jsx( "div", { style: { position: "absolute", top: `${y}px`, left: `${x}px` }, children } ); }; exports.Marker = Marker; //# sourceMappingURL=Marker.cjs.map