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:
3
src/components/PromptInput/src/context/notifications.ts
Normal file
3
src/components/PromptInput/src/context/notifications.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Notification = any;
|
||||
export type useNotifications = any;
|
||||
2
src/components/PromptInput/src/history.ts
Normal file
2
src/components/PromptInput/src/history.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getPastedTextRefNumLines = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type HistoryMode = any;
|
||||
2
src/components/PromptInput/src/hooks/useCommandQueue.ts
Normal file
2
src/components/PromptInput/src/hooks/useCommandQueue.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useCommandQueue = any;
|
||||
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type IDEAtMentioned = any;
|
||||
export type useIdeAtMentioned = any;
|
||||
3
src/components/PromptInput/src/ink.ts
Normal file
3
src/components/PromptInput/src/ink.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Box = any;
|
||||
export type Text = any;
|
||||
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logEvent = any;
|
||||
export type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS = any;
|
||||
5
src/components/PromptInput/src/state/AppState.ts
Normal file
5
src/components/PromptInput/src/state/AppState.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useAppState = any;
|
||||
export type useAppStateStore = any;
|
||||
export type AppState = any;
|
||||
export type useSetAppState = any;
|
||||
2
src/components/PromptInput/src/state/AppStateStore.ts
Normal file
2
src/components/PromptInput/src/state/AppStateStore.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FooterItem = any;
|
||||
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AGENT_COLOR_TO_THEME_COLOR = any;
|
||||
export type AGENT_COLORS = any;
|
||||
export type AgentColorName = any;
|
||||
2
src/components/PromptInput/src/types/textInputTypes.ts
Normal file
2
src/components/PromptInput/src/types/textInputTypes.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type PromptInputMode = any;
|
||||
3
src/components/PromptInput/src/utils/config.ts
Normal file
3
src/components/PromptInput/src/utils/config.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getGlobalConfig = any;
|
||||
export type PastedContent = any;
|
||||
2
src/components/PromptInput/src/utils/cwd.ts
Normal file
2
src/components/PromptInput/src/utils/cwd.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getCwd = any;
|
||||
2
src/components/PromptInput/src/utils/exampleCommands.ts
Normal file
2
src/components/PromptInput/src/utils/exampleCommands.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getExampleCommandFromCache = any;
|
||||
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isQueuedCommandEditable = any;
|
||||
export type popAllEditable = any;
|
||||
2
src/components/PromptInput/src/utils/platform.ts
Normal file
2
src/components/PromptInput/src/utils/platform.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getPlatform = any;
|
||||
2
src/components/PromptInput/src/utils/teammate.ts
Normal file
2
src/components/PromptInput/src/utils/teammate.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getTeammateColor = any;
|
||||
2
src/components/PromptInput/src/utils/theme.ts
Normal file
2
src/components/PromptInput/src/utils/theme.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Theme = any;
|
||||
Reference in New Issue
Block a user