mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-19 06:45:50 +00:00
feat: 完成stub
This commit is contained in:
4
src/components/LogoV2/src/ink.ts
Normal file
4
src/components/LogoV2/src/ink.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Box = any;
|
||||
export type Text = any;
|
||||
export type useTheme = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getDynamicConfig_CACHED_MAY_BE_STALE = any;
|
||||
2
src/components/LogoV2/src/services/api/dumpPrompts.ts
Normal file
2
src/components/LogoV2/src/services/api/dumpPrompts.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getDumpPromptsPath = any;
|
||||
3
src/components/LogoV2/src/utils/config.ts
Normal file
3
src/components/LogoV2/src/utils/config.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getGlobalConfig = any;
|
||||
export type saveGlobalConfig = any;
|
||||
4
src/components/LogoV2/src/utils/debug.ts
Normal file
4
src/components/LogoV2/src/utils/debug.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isDebugMode = any;
|
||||
export type isDebugToStdErr = any;
|
||||
export type getDebugLogPath = any;
|
||||
2
src/components/LogoV2/src/utils/envUtils.ts
Normal file
2
src/components/LogoV2/src/utils/envUtils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isEnvTruthy = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SandboxManager = any;
|
||||
2
src/components/LogoV2/src/utils/settings/settings.ts
Normal file
2
src/components/LogoV2/src/utils/settings/settings.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getInitialSettings = any;
|
||||
3
src/components/LogoV2/src/utils/startupProfiler.ts
Normal file
3
src/components/LogoV2/src/utils/startupProfiler.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getStartupPerfLogPath = any;
|
||||
export type isDetailedProfilingEnabled = any;
|
||||
2
src/components/LogoV2/src/utils/systemTheme.ts
Normal file
2
src/components/LogoV2/src/utils/systemTheme.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type resolveThemeSetting = any;
|
||||
Reference in New Issue
Block a user