UNPKG

fui-fancyui

Version:
11 lines (10 loc) 343 B
"use client"; import { jsx as r } from "react/jsx-runtime"; import { WrapperMarker as l, Marker as n } from "./SliderMarker.style.js"; function a(e) { const { position: t, children: o, ...i } = e; return /* @__PURE__ */ r(l, { style: { left: `${t}` }, ...i, children: /* @__PURE__ */ r(n, { children: o }) }); } export { a as default };