Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101807758
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
Thu, Feb 13, 22:17
Size
308 B
Mime Type
text/x-java
Expires
Sat, Feb 15, 22:17 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24234972
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(_ref) {
var props = _ref.props,
name = _ref.name;
return systemUseThemeProps({
props: props,
name: name,
defaultTheme: defaultTheme
});
}
Event Timeline
Log In to Comment