media-preview-with-examples.tsx

media-preview-with-examples.tsx

基本信息

  • 类型: React 组件 (TSX)
  • 路径: src/components/prompts/media-preview-with-examples.tsx

功能描述

React UI 组件,用于界面渲染

导出内容

  • <code>MediaPreviewWithExamples</code> - 函数

依赖导入

  • react
  • next-intl
  • lucide-react
  • ./audio-player
  • ./user-examples-gallery

Props/接口

interface MediaPreviewWithExamplesProps {
mediaUrl: string;
title: string;
type: string;
promptId: string;
currentUserId?: string;
isAdmin?: boolean;
refreshTrigger?: number;
renderAddButton?: (asThumbnail: boolean) => React.ReactNode;
}

使用说明

在 JSX/TSX 中导入使用

← 返回目录