diff-view.tsx
基本信息
- 类型: React 组件 (TSX)
- 路径:
src/components/book/elements/diff-view.tsx
功能描述
Simple word-level diff algorithm
导出内容
- <code>DiffView</code> - 函数
- <code>VersionDiff</code> - 函数
依赖导入
@/lib/utils
Props/接口
interface DiffViewProps {
before: string;
after: string;
beforeLabel?: string;
afterLabel?: string;
}
使用说明
在 JSX/TSX 中导入使用