UNPKG

@mankindui/core

Version:

- a react component library - you can see how @mankindui/core can be used via examples: [usage examples](https://github.com/clarklindev/mankindui-test)

38 lines (37 loc) 1.01 kB
import "../../../_virtual/_commonjsHelpers.js"; import { __exports as e } from "../../../_virtual/react-jsx-runtime.production.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 o; function d() { if (o) return e; o = 1; var n = Symbol.for("react.transitional.element"), _ = Symbol.for("react.fragment"); function i(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 s in r) s !== "key" && (t[s] = r[s]); } else t = r; return r = t.ref, { $$typeof: n, type: l, key: u, ref: r !== void 0 ? r : null, props: t }; } return e.Fragment = _, e.jsx = i, e.jsxs = i, e; } export { d as __require }; //# sourceMappingURL=react-jsx-runtime.production.js.map