export type TYPE_POPOVER_TYPE = 'text' | 'other'; export type TYPE_POPOVER_DIRECTION = 'top' | 'right' | 'bottom' | 'left'; export type TYPE_POPOVER_POSITION_MODE = 'start' | 'center' | 'end'; export type TYPE_POPOVER_MODE = 'hover' | 'click' | 'click-toggle' | 'click_open_and_click_panel_content_hidden'; export type TYPE_POPOVER_EVENT = 'show' | 'remove' | 'click' | 'mouseenter-element' | 'mouseleave-element' | 'mouseenter-content' | 'mouseleave-content';