Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101022105
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
Tue, Feb 4, 21:48
Size
308 B
Mime Type
text/x-java
Expires
Thu, Feb 6, 21:48 (2 d)
Engine
blob
Format
Raw Data
Handle
24066013
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