Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102543468
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
Fri, Feb 21, 20:12
Size
437 B
Mime Type
text/x-java
Expires
Sun, Feb 23, 20:12 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24359330
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
positions.js
View Options
import
style
from
'./style'
;
import
compose
from
'./compose'
;
export
var
position
=
style
({
prop
:
'position'
});
export
var
zIndex
=
style
({
prop
:
'zIndex'
,
themeKey
:
'zIndex'
});
export
var
top
=
style
({
prop
:
'top'
});
export
var
right
=
style
({
prop
:
'right'
});
export
var
bottom
=
style
({
prop
:
'bottom'
});
export
var
left
=
style
({
prop
:
'left'
});
export
default
compose
(
position
,
zIndex
,
top
,
right
,
bottom
,
left
);
Event Timeline
Log In to Comment