@anoki/fse-ui
Version:
FSE UI components library
37 lines (36 loc) • 915 B
JavaScript
import { __exports as e } from "./index.es465.js";
/**
* @license React
* react-jsx-runtime.production.js
*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var s;
function a() {
if (s) return e;
s = 1;
var i = Symbol.for("react.transitional.element"), _ = Symbol.for("react.fragment");
function o(l, r, t) {
var u = null;
if (t !== void 0 && (u = "" + t), r.key !== void 0 && (u = "" + r.key), "key" in r) {
t = {};
for (var n in r)
n !== "key" && (t[n] = r[n]);
} else t = r;
return r = t.ref, {
$$typeof: i,
type: l,
key: u,
ref: r !== void 0 ? r : null,
props: t
};
}
return e.Fragment = _, e.jsx = o, e.jsxs = o, e;
}
export {
a as __require
};
//# sourceMappingURL=index.es455.js.map