skill-diff-viewer.tsx

skill-diff-viewer.tsx

基本信息

  • 类型: React 组件 (TSX)
  • 路径: src/components/prompts/skill-diff-viewer.tsx

功能描述

Tree node type for folder structure

导出内容

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

依赖导入

  • react
  • next-intl
  • next-themes
  • @/components/ui/badge
  • @/lib/utils
  • @/lib/skill-files
  • @monaco-editor/react
  • lucide-react

Props/接口

interface SkillDiffViewerProps {
original: string;
modified: string;
className?: string;
}

使用说明

在 JSX/TSX 中导入使用

← 返回目录