> ## Documentation Index
> Fetch the complete documentation index at: https://docs.renchi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# ExportDropdown

> ExportDropdown component

ExportDropdown component

## Props

<ResponseField name="conversation" type="ConversationDetail" required={true}>
  conversation
</ResponseField>

## Usage

```tsx theme={null}
import { ExportDropdown } from '@/components/ExportDropdown';

export default function Example() {
  return (
    <ExportDropdown conversation={conversation} />
  );
}
```
