(cherry picked from commit bdcfef80d627e777d7932c54cda04cbe7c656ffc)pull/2767/head
parent
73b3b1848b
commit
1ef6c60318
@ -0,0 +1,8 @@
|
||||
enum TooltipPosition {
|
||||
Top = 'top',
|
||||
Right = 'right',
|
||||
Bottom = 'bottom',
|
||||
Left = 'left',
|
||||
}
|
||||
|
||||
export default TooltipPosition;
|
Loading…
Reference in new issue