# ITooltipPosition

## Definition

```tsx
type ITooltipPosition = "top" | "bottom" | "left" | "right";
```

## Usage

```tsx
import { undefined } from 'uxp/components';
```
