# SlideInPanelHandlers

External handlers exposed via ref

## Definition

```tsx
export interface SlideInPanelHandlers {
    /**
     * Programmatically close the panel
     */
    close: () => void;
}
```

## Usage

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