Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121746216
emotion-react-jsx-runtime.esm.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jul 13, 13:49
Size
970 B
Mime Type
text/x-java
Expires
Tue, Jul 15, 13:49 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27370616
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
emotion-react-jsx-runtime.esm.js
View Options
import
'react'
;
import
'@emotion/cache'
;
import
{
h
as
hasOwnProperty
,
E
as
Emotion
,
c
as
createEmotionProps
}
from
'../../dist/emotion-element-3838ba9e.esm.js'
;
import
'@babel/runtime/helpers/extends'
;
import
'@emotion/weak-memoize'
;
import
'hoist-non-react-statics'
;
import
'../../_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js'
;
import
'@emotion/utils'
;
import
'@emotion/serialize'
;
import
'@emotion/use-insertion-effect-with-fallbacks'
;
import
{
Fragment
as
Fragment$1
,
jsx
as
jsx$1
,
jsxs
as
jsxs$1
}
from
'react/jsx-runtime'
;
var
Fragment
=
Fragment$1
;
function
jsx
(
type
,
props
,
key
)
{
if
(
!
hasOwnProperty
.
call
(
props
,
'css'
))
{
return
jsx$1
(
type
,
props
,
key
);
}
return
jsx$1
(
Emotion
,
createEmotionProps
(
type
,
props
),
key
);
}
function
jsxs
(
type
,
props
,
key
)
{
if
(
!
hasOwnProperty
.
call
(
props
,
'css'
))
{
return
jsxs$1
(
type
,
props
,
key
);
}
return
jsxs$1
(
Emotion
,
createEmotionProps
(
type
,
props
),
key
);
}
export
{
Fragment
,
jsx
,
jsxs
};
Event Timeline
Log In to Comment