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