Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101378848
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
Sun, Feb 9, 21:13
Size
308 B
Mime Type
text/x-java
Expires
Tue, Feb 11, 21:13 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24148064
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