Blame view

天文台pc/tianwentai-ui/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.cjs.js 1.75 KB
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
  'use strict';
  
  Object.defineProperty(exports, '__esModule', { value: true });
  
  var ReactJSXRuntime = require('react/jsx-runtime');
  var emotionElement = require('../../dist/emotion-element-e8f4cc37.development.cjs.js');
  require('react');
  require('@emotion/cache');
  require('@babel/runtime/helpers/extends');
  require('@emotion/weak-memoize');
  require('../../_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.cjs.js');
  require('hoist-non-react-statics');
  require('@emotion/utils');
  require('@emotion/serialize');
  require('@emotion/use-insertion-effect-with-fallbacks');
  
  function _interopNamespace(e) {
    if (e && e.__esModule) return e;
    var n = Object.create(null);
    if (e) {
      Object.keys(e).forEach(function (k) {
        if (k !== 'default') {
          var d = Object.getOwnPropertyDescriptor(e, k);
          Object.defineProperty(n, k, d.get ? d : {
            enumerable: true,
            get: function () { return e[k]; }
          });
        }
      });
    }
    n["default"] = e;
    return Object.freeze(n);
  }
  
  var ReactJSXRuntime__namespace = /*#__PURE__*/_interopNamespace(ReactJSXRuntime);
  
  var Fragment = ReactJSXRuntime__namespace.Fragment;
  var jsx = function jsx(type, props, key) {
    if (!emotionElement.hasOwn.call(props, 'css')) {
      return ReactJSXRuntime__namespace.jsx(type, props, key);
    }
  
    return ReactJSXRuntime__namespace.jsx(emotionElement.Emotion, emotionElement.createEmotionProps(type, props), key);
  };
  var jsxs = function jsxs(type, props, key) {
    if (!emotionElement.hasOwn.call(props, 'css')) {
      return ReactJSXRuntime__namespace.jsxs(type, props, key);
    }
  
    return ReactJSXRuntime__namespace.jsxs(emotionElement.Emotion, emotionElement.createEmotionProps(type, props), key);
  };
  
  exports.Fragment = Fragment;
  exports.jsx = jsx;
  exports.jsxs = jsxs;