UNPKG

@emotion/core

Version:

> Simple styling in React.

19 lines (15 loc) 693 B
import '@babel/runtime/helpers/inheritsLoose'; import 'react'; import '@emotion/cache'; import { h as hasOwnProperty, E as Emotion, c as createEmotionProps } from '../../dist/emotion-element-cfcfecf4.esm.js'; import '@emotion/utils'; import '@emotion/serialize'; import { Fragment as Fragment$1, jsxDEV as jsxDEV$1 } from 'react/jsx-dev-runtime'; var Fragment = Fragment$1; function jsxDEV(type, props, key, isStaticChildren, source, self) { if (!hasOwnProperty.call(props, 'css')) { return jsxDEV$1(type, props, key, isStaticChildren, source, self); } return jsxDEV$1(Emotion, createEmotionProps(type, props), key, isStaticChildren, source, self); } export { Fragment, jsxDEV };