mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
feat: 完成stub
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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
2
src/ink/cursor.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type Cursor = any;
|
||||
2
src/ink/devtools.ts
Normal file
2
src/ink/devtools.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
2
src/ink/events/paste-event.ts
Normal file
2
src/ink/events/paste-event.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type PasteEvent = any;
|
||||
2
src/ink/events/resize-event.ts
Normal file
2
src/ink/events/resize-event.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type ResizeEvent = any;
|
||||
2
src/ink/src/bootstrap/state.ts
Normal file
2
src/ink/src/bootstrap/state.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type flushInteractionTime = any;
|
||||
2
src/ink/src/native-ts/yoga-layout/index.ts
Normal file
2
src/ink/src/native-ts/yoga-layout/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getYogaCounters = any;
|
||||
2
src/ink/src/utils/debug.ts
Normal file
2
src/ink/src/utils/debug.ts
Normal 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
2
src/ink/src/utils/log.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logError = any;
|
||||
Reference in New Issue
Block a user