You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.2 KiB
36 lines
1.2 KiB
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
require('react');
|
|
require('@emotion/cache');
|
|
var emotionElement = require('../../dist/emotion-element-b63ca7c6.cjs.dev.js');
|
|
require('@babel/runtime/helpers/extends');
|
|
require('@emotion/weak-memoize');
|
|
require('hoist-non-react-statics');
|
|
require('../../_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.dev.js');
|
|
require('@emotion/utils');
|
|
require('@emotion/serialize');
|
|
require('@emotion/use-insertion-effect-with-fallbacks');
|
|
var ReactJSXRuntime = require('react/jsx-runtime');
|
|
|
|
var Fragment = ReactJSXRuntime.Fragment;
|
|
function jsx(type, props, key) {
|
|
if (!emotionElement.hasOwnProperty.call(props, 'css')) {
|
|
return ReactJSXRuntime.jsx(type, props, key);
|
|
}
|
|
|
|
return ReactJSXRuntime.jsx(emotionElement.Emotion, emotionElement.createEmotionProps(type, props), key);
|
|
}
|
|
function jsxs(type, props, key) {
|
|
if (!emotionElement.hasOwnProperty.call(props, 'css')) {
|
|
return ReactJSXRuntime.jsxs(type, props, key);
|
|
}
|
|
|
|
return ReactJSXRuntime.jsxs(emotionElement.Emotion, emotionElement.createEmotionProps(type, props), key);
|
|
}
|
|
|
|
exports.Fragment = Fragment;
|
|
exports.jsx = jsx;
|
|
exports.jsxs = jsxs;
|