Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101377390
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
Sun, Feb 9, 20:52
Size
424 B
Mime Type
text/x-java
Expires
Tue, Feb 11, 20:52 (2 d)
Engine
blob
Format
Raw Data
Handle
24147777
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
styled.js
View Options
import
{
createStyled
,
shouldForwardProp
}
from
'@mui/system'
;
import
defaultTheme
from
'./defaultTheme'
;
export
var
rootShouldForwardProp
=
function
rootShouldForwardProp
(
prop
)
{
return
shouldForwardProp
(
prop
)
&&
prop
!==
'classes'
;
};
export
var
slotShouldForwardProp
=
shouldForwardProp
;
var
styled
=
createStyled
({
defaultTheme
:
defaultTheme
,
rootShouldForwardProp
:
rootShouldForwardProp
});
export
default
styled
;
Event Timeline
Log In to Comment