Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122754412
Context.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
Mon, Jul 21, 23:52
Size
304 B
Mime Type
text/x-java
Expires
Wed, Jul 23, 23:52 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27554482
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
Context.js
View Options
import
React
from
'react'
;
var
StyleGuideContext
=
/*#__PURE__*/
React
.
createContext
({
codeRevision
:
0
,
cssRevision
:
'0'
,
config
:
{},
slots
:
{},
displayMode
:
'collapse'
});
export
default
StyleGuideContext
;
export
function
useStyleGuideContext
()
{
return
React
.
useContext
(
StyleGuideContext
);
}
Event Timeline
Log In to Comment