mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
feat: 类型修复
This commit is contained in:
6
src/types/global.d.ts
vendored
6
src/types/global.d.ts
vendored
@@ -49,9 +49,9 @@ declare function ExperimentEnrollmentNotice(): JSX.Element | null
|
||||
declare const HOOK_TIMING_DISPLAY_THRESHOLD_MS: number
|
||||
|
||||
// Ultraplan (internal)
|
||||
declare function UltraplanChoiceDialog(): JSX.Element | null
|
||||
declare function UltraplanLaunchDialog(): JSX.Element | null
|
||||
declare function launchUltraplan(...args: unknown[]): void
|
||||
declare function UltraplanChoiceDialog(props: Record<string, unknown>): JSX.Element | null
|
||||
declare function UltraplanLaunchDialog(props: Record<string, unknown>): JSX.Element | null
|
||||
declare function launchUltraplan(...args: unknown[]): Promise<string>
|
||||
|
||||
// T — Generic type parameter leaked from React compiler output
|
||||
// (react/compiler-runtime emits compiled JSX that loses generic type params)
|
||||
|
||||
Reference in New Issue
Block a user