mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-25 17:45:50 +00:00
10 lines
205 B
TypeScript
10 lines
205 B
TypeScript
// Re-export types from @anthropic/ink keybindings module
|
|
export type {
|
|
ParsedBinding,
|
|
ParsedKeystroke,
|
|
KeybindingContextName,
|
|
KeybindingBlock,
|
|
Chord,
|
|
KeybindingAction,
|
|
} from '@anthropic/ink'
|