mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
feat: 完成stub
This commit is contained in:
7
src/keybindings/types.ts
Normal file
7
src/keybindings/types.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type ParsedBinding = any;
|
||||
export type ParsedKeystroke = any;
|
||||
export type KeybindingContextName = any;
|
||||
export type KeybindingBlock = any;
|
||||
export type Chord = any;
|
||||
export type KeybindingAction = any;
|
||||
Reference in New Issue
Block a user