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