UNPKG

fui-fancyui

Version:
10 lines (9 loc) 318 B
import { jsx as c } from "react/jsx-runtime"; import s from "../../../templates/FancyAlignBox/FancyAlignBox.js"; function m(n) { const { children: a, padding: o, className: r, ...t } = n; return /* @__PURE__ */ c(s, { className: `content ${r ?? ""}`, padding: o, ...t, children: a }); } export { m as default };