MCPcopy Create free account
hub / github.com/3eif/gitmotion / GourceInputProps

Interface GourceInputProps

website/src/components/gource-input.tsx:13–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import { SlidersHorizontal } from "lucide-react";
12
13interface GourceInputProps {
14 onSubmit: (
15 url: string,
16 accessKey?: string,
17 settings?: GourceSettings
18 ) => Promise<void>;
19 onCancel: () => Promise<void>;
20 isLoading: boolean;
21 isGenerating: boolean;
22 initialUrl?: string;
23 initialSettings?: GourceSettings;
24}
25
26export interface GourceSettings {
27 show_file_extension_key: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected