# IPosition

## Definition

```tsx
type IPosition = "left" | "right";
```

## Usage

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