# PillConfiguration

Map of pill type names to their configurations

## Definition

```tsx
export type PillConfiguration = { [type: string]: PillTypeConfig };
```

## Usage

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