Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102762778
useThemeProps.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 23, 22:53
Size
248 B
Mime Type
text/x-java
Expires
Tue, Feb 25, 22:53 (2 d)
Engine
blob
Format
Raw Data
Handle
24417784
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
useThemeProps.js
View Options
import
{
useThemeProps
as
systemUseThemeProps
}
from
'@mui/system'
;
import
defaultTheme
from
'./defaultTheme'
;
export
default
function
useThemeProps
({
props
,
name
})
{
return
systemUseThemeProps
({
props
,
name
,
defaultTheme
});
}
Event Timeline
Log In to Comment