Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99796393
positions.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
Sun, Jan 26, 16:33
Size
449 B
Mime Type
text/x-java
Expires
Tue, Jan 28, 16:33 (2 d)
Engine
blob
Format
Raw Data
Handle
23797576
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
positions.js
View Options
import
style
from
'./style'
;
import
compose
from
'./compose'
;
export
const
position
=
style
({
prop
:
'position'
});
export
const
zIndex
=
style
({
prop
:
'zIndex'
,
themeKey
:
'zIndex'
});
export
const
top
=
style
({
prop
:
'top'
});
export
const
right
=
style
({
prop
:
'right'
});
export
const
bottom
=
style
({
prop
:
'bottom'
});
export
const
left
=
style
({
prop
:
'left'
});
export
default
compose
(
position
,
zIndex
,
top
,
right
,
bottom
,
left
);
Event Timeline
Log In to Comment