Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98162610
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
Fri, Jan 10, 11:12
Size
296 B
Mime Type
text/x-java
Expires
Sun, Jan 12, 11:12 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23521852
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