mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Sync Popover with upstream
This commit is contained in:
parent
7cc89f4c01
commit
9aed5bb5c1
3 changed files with 16 additions and 1 deletions
8
frontend/src/Helpers/Props/TooltipPosition.ts
Normal file
8
frontend/src/Helpers/Props/TooltipPosition.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
enum TooltipPosition {
|
||||
Top = 'top',
|
||||
Right = 'right',
|
||||
Bottom = 'bottom',
|
||||
Left = 'left',
|
||||
}
|
||||
|
||||
export default TooltipPosition;
|
Loading…
Add table
Add a link
Reference in a new issue