mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 05:45:51 +00:00
11 lines
224 B
TypeScript
11 lines
224 B
TypeScript
// Re-export from @anthropic/ink keybindings module
|
|
export {
|
|
parseKeystroke,
|
|
parseChord,
|
|
keystrokeToString,
|
|
chordToString,
|
|
keystrokeToDisplayString,
|
|
chordToDisplayString,
|
|
parseBindings,
|
|
} from '@anthropic/ink'
|