Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F124512389
SectionsRenderer.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
Sat, Aug 2, 23:24
Size
620 B
Mime Type
text/x-java
Expires
Mon, Aug 4, 23:24 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27811564
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
SectionsRenderer.js
View Options
import
React
from
'react'
;
import
PropTypes
from
'prop-types'
;
import
Styled
from
'rsg-components/Styled'
;
var
styles
=
function
styles
()
{
return
{
// Just default jss-isolate rules
root
:
{}
};
};
export
var
SectionsRenderer
=
function
SectionsRenderer
(
_ref
)
{
var
classes
=
_ref
.
classes
,
children
=
_ref
.
children
;
return
/*#__PURE__*/
React
.
createElement
(
"section"
,
{
className
:
classes
.
root
},
children
);
};
SectionsRenderer
.
propTypes
=
{
classes
:
PropTypes
.
objectOf
(
PropTypes
.
string
.
isRequired
).
isRequired
,
children
:
PropTypes
.
node
};
export
default
Styled
(
styles
)(
SectionsRenderer
);
Event Timeline
Log In to Comment