add-version-form.tsx

add-version-form.tsx

基本信息

  • 类型: React 组件 (TSX)
  • 路径: src/components/prompts/add-version-form.tsx

功能描述

Reset form when opening

导出内容

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

依赖导入

  • react
  • next/navigation
  • next-intl
  • @/components/ui/button
  • @/components/ui/textarea
  • @/components/ui/input
  • @/components/ui/label
  • @/components/ui/dialog
  • lucide-react
  • sonner

Props/接口

interface AddVersionFormProps {
promptId: string;
currentContent: string;
}

使用说明

在 JSX/TSX 中导入使用

← 返回目录