mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 00:05:51 +00:00
feat: 完成stub
This commit is contained in:
2
src/ink/events/paste-event.ts
Normal file
2
src/ink/events/paste-event.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type PasteEvent = any;
|
||||
2
src/ink/events/resize-event.ts
Normal file
2
src/ink/events/resize-event.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type ResizeEvent = any;
|
||||
Reference in New Issue
Block a user