Skip to main content

ExtendedTooltipPosition

type ExtendedTooltipPosition = 
| "bottomCenter"
| "bottomLeft"
| "bottomRight"
| "bottomStart"
| "bottomEnd"
| "topCenter"
| "topLeft"
| "topRight"
| "topStart"
| "topEnd";