export const POPOVER_CLASS = 'popover'; export const POSITION_TOP = 'top'; export const POSITION_TOP_LEFT = 'topLeft'; export const POSITION_TOP_RIGHT = 'topRight'; export const POSITION_BOTTOM = 'bottom'; export const POSITION_BOTTOM_LEFT = 'bottomLeft'; export const POSITION_BOTTOM_RIGHT = 'bottomRight'; export const POSITION_LEFT = 'left'; export const POSITION_LEFT_TOP = 'leftTop'; export const POSITION_LEFT_BOTTOM = 'leftBottom'; export const POSITION_RIGHT = 'right'; export const POSITION_RIGHT_TOP = 'rightTop'; export const POSITION_RIGHT_BOTTOM = 'rightBottom';