Files
claude-code/src/keybindings/types.ts
2026-04-07 17:51:01 +08:00

10 lines
205 B
TypeScript

// Re-export types from @anthropic/ink keybindings module
export type {
ParsedBinding,
ParsedKeystroke,
KeybindingContextName,
KeybindingBlock,
Chord,
KeybindingAction,
} from '@anthropic/ink'