# Shape

## Definition

```tsx
export type Shape = "circle" | "square";
```

## Usage

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