21 lines
470 B
JavaScript
21 lines
470 B
JavaScript
import { jsx as t, Fragment as o } from "react/jsx-runtime";
|
|
import { a } from "./index.CfQlFjZU.js";
|
|
let e = () => /* @__PURE__ */ t(o, {});
|
|
function f(n) {
|
|
e = n;
|
|
}
|
|
const u = (n) => n, l = (n) => {
|
|
if (n.native) {
|
|
const { children: s, ...c } = n;
|
|
return /* @__PURE__ */ t("a", { ...c, children: s });
|
|
}
|
|
const { children: r, ...i } = n;
|
|
return /* @__PURE__ */ t(e, { ...i, children: r });
|
|
}, h = a(l, u);
|
|
export {
|
|
h as A,
|
|
l as a,
|
|
f as s,
|
|
u
|
|
};
|