# IDropDownButtonPosition

dropdown position

## Definition

```tsx
type IDropDownButtonPosition = "right" | "left" | "top left" | "top right" | "top center" | "bottom left" | "bottom right" | "bottom center" | "left center" | "right center";
```

## Usage

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