export enum ENUM_POSITION { top = 'top', center = 'center', bottom = 'bottom', topRight = 'topRight', } export enum PROGRESS { left = 'left', center = 'center', right = 'right', } export enum TOOLTIP { left = 'left', bottom = 'bottom', right = 'right', top = 'top', auto = 'auto', }