claude-code-best/src/keybindings/types.ts
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;