Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98207347
styled.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
Sat, Jan 11, 01:43
Size
350 B
Mime Type
text/x-java
Expires
Mon, Jan 13, 01:43 (2 d)
Engine
blob
Format
Raw Data
Handle
23531937
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
styled.js
View Options
import
{
createStyled
,
shouldForwardProp
}
from
'@mui/system'
;
import
defaultTheme
from
'./defaultTheme'
;
export
const
rootShouldForwardProp
=
prop
=>
shouldForwardProp
(
prop
)
&&
prop
!==
'classes'
;
export
const
slotShouldForwardProp
=
shouldForwardProp
;
const
styled
=
createStyled
({
defaultTheme
,
rootShouldForwardProp
});
export
default
styled
;
Event Timeline
Log In to Comment