Sync Popover with upstream

This commit is contained in:
Mark McDowall 2023-01-26 20:26:12 -08:00 committed by Bogdan
parent 7cc89f4c01
commit 9aed5bb5c1
3 changed files with 16 additions and 1 deletions

View file

@ -0,0 +1,8 @@
enum TooltipPosition {
Top = 'top',
Right = 'right',
Bottom = 'bottom',
Left = 'left',
}
export default TooltipPosition;