mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-18 05:50:30 -07:00
Fix InputPrompt.test.tsx to be windows compatible (#4736)
This commit is contained in:
committed by
GitHub
parent
55e9a5846f
commit
e0d0fcd8f6
@@ -14,7 +14,7 @@ interface UseInputHistoryProps {
|
||||
onChange: (value: string) => void;
|
||||
}
|
||||
|
||||
interface UseInputHistoryReturn {
|
||||
export interface UseInputHistoryReturn {
|
||||
handleSubmit: (value: string) => void;
|
||||
navigateUp: () => boolean;
|
||||
navigateDown: () => boolean;
|
||||
|
||||
Reference in New Issue
Block a user