mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-25 17:45:50 +00:00
feat: 将 keybinding 纳入 ink 管辖
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
// 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;
|
||||
// Re-export types from @anthropic/ink keybindings module
|
||||
export type {
|
||||
ParsedBinding,
|
||||
ParsedKeystroke,
|
||||
KeybindingContextName,
|
||||
KeybindingBlock,
|
||||
Chord,
|
||||
KeybindingAction,
|
||||
} from '@anthropic/ink'
|
||||
|
||||
Reference in New Issue
Block a user