variable-warning.tsx

variable-warning.tsx

基本信息

  • 类型: React 组件 (TSX)
  • 路径: src/components/prompts/variable-warning.tsx

功能描述

Show max 5 unique examples

导出内容

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

依赖导入

  • react
  • next-intl
  • @/components/ui/alert
  • @/components/ui/button
  • @/components/ui/badge
  • @/lib/variable-detection
  • lucide-react

Props/接口

interface VariableWarningProps {
content: string;
onConvert: (convertedContent: string) => void;
}

使用说明

在 JSX/TSX 中导入使用

← 返回目录