# WidgetDrawerType

## Definition

```tsx
export enum WidgetDrawerType {
    Widgets = 'widgets',
    UIs = 'uis'
}
```

## Usage

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