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'
|