Files
claude-code/src/keybindings/types.ts
claude-code-best bd756cc369 feat: 完成stub
2026-03-31 20:40:16 +08:00

8 lines
265 B
TypeScript

// 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;