interface PositionStyle { bottom?: string | number; left?: string | number; right?: string | number; top?: string | number; } Properties
Optional
bottom
bottom?: string | number
Optional
left
left?: string | number
Optional
right
right?: string | number
Optional
top
top?: string | number