# SlideInPanelDirection

Possible directions for the slide-in panel animation.

## Definition

```tsx
export type SlideInPanelDirection = 'left' | 'right' | 'top' | 'bottom';
```

## Usage

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