claude-code-best/packages/@ant/ink/src/keybindings
claude-code-best a14d3dc8f0 fix(types): clean type fixes across 92 files
Apply proper TypeScript type corrections without any unsafe casts:
- Fix unknown/never/{} types from decompilation
- Correct function signatures and parameter types
- Add missing type declarations and interfaces
- Fix Ink component prop types
- Update API client/provider type annotations

Test files with mock data casts are included as-is (acceptable pattern).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 23:45:56 +08:00
..
KeybindingContext.tsx feat: 将 keybinding 纳入 ink 管辖 2026-04-07 17:51:01 +08:00
KeybindingSetup.tsx fix(types): clean type fixes across 92 files 2026-04-09 23:45:56 +08:00
match.ts feat: 将 keybinding 纳入 ink 管辖 2026-04-07 17:51:01 +08:00
parser.ts feat: 将 keybinding 纳入 ink 管辖 2026-04-07 17:51:01 +08:00
resolver.ts feat: 将 keybinding 纳入 ink 管辖 2026-04-07 17:51:01 +08:00
types.ts refactor: 大规模迁移原有组件到 ink 包内 2026-04-07 22:26:45 +08:00
useKeybinding.ts feat: 将 keybinding 纳入 ink 管辖 2026-04-07 17:51:01 +08:00