UNPKG

fui-fancyui

Version:
23 lines (22 loc) 479 B
"use client"; import { jsx as g } from "react/jsx-runtime"; import { StyledSpacingsBox as h } from "./FancySpacingBox.style.js"; function c(t) { const { children: i, padding: e, margin: n, as: a, externalStyle: r, height: d, width: o, ...l } = t; return /* @__PURE__ */ g( h, { as: a ?? "div", $padding: e, $margin: n, $height: d, $width: o, $externalStyle: r, ...l, children: i } ); } export { c as default };