Repository URL to install this package:
|
Version:
0.4.44 ▾
|
import React from "react";
import type { Hint } from "../components/KeyHint.js";
type Props = {
ticketId: string;
ticketTitle: string;
projectId: string;
onBack: () => void;
onQuit: () => void;
onHints?: (hints: Hint[]) => void;
onStatus?: (status: string | null) => void;
};
export declare function DiffViewer({ ticketId, ticketTitle, projectId, onBack, onQuit, onHints, onStatus }: Props): React.JSX.Element;
export {};
//# sourceMappingURL=DiffViewer.d.ts.map