Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99949818
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
Mon, Jan 27, 10:29
Size
296 B
Mime Type
text/x-java
Expires
Wed, Jan 29, 10:29 (2 d)
Engine
blob
Format
Raw Data
Handle
23855521
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