export const enum Placement { top = 'top', bottom = 'bottom', left = 'left', right = 'right', }