feat: 将 keybinding 纳入 ink 管辖

This commit is contained in:
claude-code-best
2026-04-07 17:51:01 +08:00
parent e5782e732c
commit f268b16b31
17 changed files with 1101 additions and 1090 deletions

View File

@@ -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'