Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98194446
useTheme.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, 22:22
Size
281 B
Mime Type
text/x-java
Expires
Sun, Jan 12, 22:22 (2 d)
Engine
blob
Format
Raw Data
Handle
23528913
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
useTheme.js
View Options
import
createTheme
from
'./createTheme'
;
import
useThemeWithoutDefault
from
'./useThemeWithoutDefault'
;
export
const
systemDefaultTheme
=
createTheme
();
function
useTheme
(
defaultTheme
=
systemDefaultTheme
)
{
return
useThemeWithoutDefault
(
defaultTheme
);
}
export
default
useTheme
;
Event Timeline
Log In to Comment