Blame view

天文台pc/tianwentai-ui/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.edge-light.esm.js 1.02 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
  import * as ReactJSXRuntime from 'react/jsx-runtime';
  import { h as hasOwn, E as Emotion, c as createEmotionProps } from '../../dist/emotion-element-516430c7.development.edge-light.esm.js';
  import 'react';
  import '@emotion/cache';
  import '@babel/runtime/helpers/extends';
  import '@emotion/weak-memoize';
  import '../../_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.edge-light.esm.js';
  import 'hoist-non-react-statics';
  import '@emotion/utils';
  import '@emotion/serialize';
  import '@emotion/use-insertion-effect-with-fallbacks';
  
  var Fragment = ReactJSXRuntime.Fragment;
  var jsx = function jsx(type, props, key) {
    if (!hasOwn.call(props, 'css')) {
      return ReactJSXRuntime.jsx(type, props, key);
    }
  
    return ReactJSXRuntime.jsx(Emotion, createEmotionProps(type, props), key);
  };
  var jsxs = function jsxs(type, props, key) {
    if (!hasOwn.call(props, 'css')) {
      return ReactJSXRuntime.jsxs(type, props, key);
    }
  
    return ReactJSXRuntime.jsxs(Emotion, createEmotionProps(type, props), key);
  };
  
  export { Fragment, jsx, jsxs };