Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102335624
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
Wed, Feb 19, 15:35
Size
296 B
Mime Type
text/x-java
Expires
Fri, Feb 21, 15:35 (2 d)
Engine
blob
Format
Raw Data
Handle
24333292
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
useThemeProps.js
View Options
import
getThemeProps
from
'./getThemeProps'
;
import
useTheme
from
'../useTheme'
;
export
default
function
useThemeProps
({
props
,
name
,
defaultTheme
})
{
const
theme
=
useTheme
(
defaultTheme
);
const
mergedProps
=
getThemeProps
({
theme
,
name
,
props
});
return
mergedProps
;
}
Event Timeline
Log In to Comment