declare enum Position { 'left-top' = "left-top", 'left-bottom' = "left-bottom", 'right-top' = "right-top", 'right-bottom' = "right-bottom", 'top-right' = "left-bottom", 'top-left' = "right-bottom", 'bottom-right' = "left-top", 'bottom-left' = "right-top", auto = "" } export default Position;