mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 13:55:50 +00:00
feat: 问就是封包
This commit is contained in:
11
src/types/global.d.ts
vendored
11
src/types/global.d.ts
vendored
@@ -67,6 +67,17 @@ declare const BUILD_TARGET: string
|
||||
declare const BUILD_ENV: string
|
||||
declare const INTERFACE_TYPE: string
|
||||
|
||||
// ============================================================================
|
||||
// Ink custom JSX intrinsic elements — used by the internal Ink framework
|
||||
declare namespace JSX {
|
||||
interface IntrinsicElements {
|
||||
'ink-box': any;
|
||||
'ink-text': any;
|
||||
'ink-link': any;
|
||||
'ink-raw-ansi': any;
|
||||
}
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
// Bun text/file loaders — allow importing non-TS assets as strings
|
||||
declare module '*.md' {
|
||||
|
||||
Reference in New Issue
Block a user