|
1 | 1 | /** @license React v0.14.10
|
2 |
| - * react-jsx-runtime.production.min.js |
| 2 | + * react-jsx-runtime.production.js |
3 | 3 | *
|
4 | 4 | * Copyright (c) Meta Platforms, Inc. and affiliates.
|
5 | 5 | *
|
6 | 6 | * This source code is licensed under the MIT license found in the
|
7 | 7 | * LICENSE file in the root directory of this source tree.
|
8 | 8 | */
|
9 |
| -'use strict';var f=require("react"),g=60103;exports.Fragment=60107;if("function"===typeof Symbol&&Symbol.for){var h=Symbol.for;g=h("react.element");exports.Fragment=h("react.fragment")}var m=require("react/lib/ReactCurrentOwner"),n=Object.prototype.hasOwnProperty,p={key:!0,ref:!0,__self:!0,__source:!0}; |
10 |
| -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)n.call(a,b)&&!p.hasOwnProperty(b)&&(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; |
| 9 | +'use strict'; |
| 10 | +var f = require('react'), |
| 11 | + g = 60103; |
| 12 | +exports.Fragment = 60107; |
| 13 | +if ('function' === typeof Symbol && Symbol.for) { |
| 14 | + var h = Symbol.for; |
| 15 | + g = h('react.element'); |
| 16 | + exports.Fragment = h('react.fragment'); |
| 17 | +} |
| 18 | +var m = require('react/lib/ReactCurrentOwner'), |
| 19 | + n = Object.prototype.hasOwnProperty, |
| 20 | + p = {key: !0, ref: !0, __self: !0, __source: !0}; |
| 21 | +function q(c, a, k) { |
| 22 | + var b, |
| 23 | + d = {}, |
| 24 | + e = null, |
| 25 | + l = null; |
| 26 | + void 0 !== k && (e = '' + k); |
| 27 | + void 0 !== a.key && (e = '' + a.key); |
| 28 | + void 0 !== a.ref && (l = a.ref); |
| 29 | + for (b in a) n.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]); |
| 30 | + if (c && c.defaultProps) |
| 31 | + for (b in ((a = c.defaultProps), a)) void 0 === d[b] && (d[b] = a[b]); |
| 32 | + return {$$typeof: g, type: c, key: e, ref: l, props: d, _owner: m.current}; |
| 33 | +} |
| 34 | +exports.jsx = q; |
| 35 | +exports.jsxs = q; |
0 commit comments