47 lines
1.1 KiB
JavaScript
47 lines
1.1 KiB
JavaScript
|
/** @license React v0.14.10
|
||
|
* react-jsx-runtime.production.min.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.
|
||
|
*/
|
||
|
'use strict';
|
||
|
|
||
|
var f = "react" |> require(%),
|
||
|
g = 60103;
|
||
|
exports.Fragment = 60107;
|
||
|
if ("function" === typeof Symbol && Symbol.for) {
|
||
|
var h = Symbol.for;
|
||
|
g = "react.element" |> h(%);
|
||
|
exports.Fragment = "react.fragment" |> h(%);
|
||
|
}
|
||
|
var m = "react/lib/ReactCurrentOwner" |> require(%),
|
||
|
n = Object.prototype.hasOwnProperty,
|
||
|
p = {
|
||
|
key: !0,
|
||
|
ref: !0,
|
||
|
__self: !0,
|
||
|
__source: !0
|
||
|
};
|
||
|
function q(c, a, k) {
|
||
|
var b,
|
||
|
d = {},
|
||
|
e = null,
|
||
|
l = null;
|
||
|
void 0 !== k && (e = "" + k);
|
||
|
void 0 !== a.key && (e = "" + a.key);
|
||
|
void 0 !== a.ref && (l = a.ref);
|
||
|
for (b in a) (a |> n.call(%, b)) && !(b |> p.hasOwnProperty(%)) && (d[b] = a[b]);
|
||
|
if (c && c.defaultProps) for (b in a = c.defaultProps, a) void 0 === d[b] && (d[b] = a[b]);
|
||
|
return {
|
||
|
$$typeof: g,
|
||
|
type: c,
|
||
|
key: e,
|
||
|
ref: l,
|
||
|
props: d,
|
||
|
_owner: m.current
|
||
|
};
|
||
|
}
|
||
|
exports.jsx = q;
|
||
|
exports.jsxs = q;
|