mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Fix InputPrompt.test.tsx to be windows compatible (#4736)
This commit is contained in:
committed by
GitHub
parent
2e28bb90a0
commit
e9e2f55144
@@ -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