export const TOOLTIP_CLASS = 'tooltip'; export const TOOLTIP_FIXED_WIDTH_CLASS = 'fixedWidth'; 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_RIGHT = 'right';