export type TooltipProps = { showArrow?: boolean; }; export type PopoverDirection = | 'none' | 'left-top' | 'left-bottom' | 'right-top' | 'right-bottom';