Skip to main content
ExportDropdown component

Props

conversation
ConversationDetail
required
conversation

Usage

import { ExportDropdown } from '@/components/ExportDropdown';

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