Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123587462
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
Mon, Jul 28, 12:49
Size
620 B
Mime Type
text/x-java
Expires
Wed, Jul 30, 12:49 (2 d)
Engine
blob
Format
Raw Data
Handle
27711110
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