UNPKG

fui-fancyui

Version:
10 lines (9 loc) 268 B
"use client"; import { jsx as e } from "react/jsx-runtime"; const n = (o) => { const { children: r, ...t } = o; return t.as === "a" ? /* @__PURE__ */ e("a", { ...t, children: r }) : /* @__PURE__ */ e("button", { ...t, children: r }); }; export { n as default };