# IRemoveFunction

## Definition

```tsx
type IRemoveFunction = (id: string) => void;
```

## Usage

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