mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 06:15:51 +00:00
feat: 完成stub
This commit is contained in:
2
src/keybindings/src/utils/semver.ts
Normal file
2
src/keybindings/src/utils/semver.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type satisfies = any;
|
||||
7
src/keybindings/types.ts
Normal file
7
src/keybindings/types.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type ParsedBinding = any;
|
||||
export type ParsedKeystroke = any;
|
||||
export type KeybindingContextName = any;
|
||||
export type KeybindingBlock = any;
|
||||
export type Chord = any;
|
||||
export type KeybindingAction = any;
|
||||
Reference in New Issue
Block a user