feat: 完成stub

This commit is contained in:
claude-code-best
2026-03-31 20:40:16 +08:00
parent c26d614fb2
commit bd756cc369
905 changed files with 3996 additions and 375 deletions

View File

@@ -1,5 +1,4 @@
import { c as _c } from "react/compiler-runtime";
import '../global.d.ts';
import React, { type PropsWithChildren, type Ref } from 'react';
import type { Except } from 'type-fest';
import type { DOMElement } from '../dom.js';

View File

@@ -5,7 +5,6 @@ import type { DOMElement } from '../dom.js';
import { markDirty, scheduleRenderFrom } from '../dom.js';
import { markCommitStart } from '../reconciler.js';
import type { Styles } from '../styles.js';
import '../global.d.ts';
import Box from './Box.js';
export type ScrollBoxHandle = {
scrollTo: (y: number) => void;

2
src/ink/cursor.ts Normal file
View File

@@ -0,0 +1,2 @@
// Auto-generated stub — replace with real implementation
export type Cursor = any;

2
src/ink/devtools.ts Normal file
View File

@@ -0,0 +1,2 @@
// Auto-generated stub — replace with real implementation
export {};

View File

@@ -0,0 +1,2 @@
// Auto-generated stub — replace with real implementation
export type PasteEvent = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated stub — replace with real implementation
export type ResizeEvent = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type flushInteractionTime = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type getYogaCounters = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type logForDebugging = any;

2
src/ink/src/utils/log.ts Normal file
View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type logError = any;