Sync Popover with upstream

(cherry picked from commit bdcfef80d627e777d7932c54cda04cbe7c656ffc)
This commit is contained in:
Mark McDowall
2023-01-26 20:26:12 -08:00
committed by Bogdan
parent 73b3b1848b
commit 1ef6c60318
3 changed files with 16 additions and 1 deletions
@@ -0,0 +1,8 @@
enum TooltipPosition {
Top = 'top',
Right = 'right',
Bottom = 'bottom',
Left = 'left',
}
export default TooltipPosition;