DiffViewer
import { DiffViewer } from '@hanzo/ui/agents'
No examples yet.
Types
export interface DiffViewerProps {originalCode: stringmodifiedCode: stringfilename?: stringlanguage?: stringclassName?: stringstyle?: React.CSSProperties}
Exports
DiffViewertype DiffViewerProps