fui-fancyui
Version:
FancyUI Libary
13 lines (12 loc) • 541 B
JavaScript
"use client";
import { jsx as e } from "react/jsx-runtime";
import i from "../FancySVGAtom/FancySVGAtom.js";
import { StyledFancyXButton as y } from "./FancyXButton.style.js";
import a from "../../icons/SVGXlg/SVGXlg.js";
function s(r) {
const { themeType: n, layer: t, externalStyle: o, sizeC: l, ...m } = r;
return /* @__PURE__ */ e(y, { $themeType: n, $layer: t, $externalStyle: o, ...m, children: /* @__PURE__ */ e(i, { themeType: "inherit", layer: t, sizeC: l, children: /* @__PURE__ */ e(a, {}) }) });
}
export {
s as default
};