Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
omni-code / tui / dist / views / DiffViewer.d.ts
Size: Mime:
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