Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101032765
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 5, 00:30
Size
296 B
Mime Type
text/x-java
Expires
Fri, Feb 7, 00:30 (2 d)
Engine
blob
Format
Raw Data
Handle
24080289
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