mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 08:15:53 +00:00
feat: 第一个可以用的 ink 组件抽象 (#158)
This commit is contained in:
@@ -10,8 +10,7 @@ import figures from 'figures'
|
||||
import * as React from 'react'
|
||||
import { BLACK_CIRCLE, PAUSE_ICON, PLAY_ICON } from '../constants/figures.js'
|
||||
import { useTerminalSize } from '../hooks/useTerminalSize.js'
|
||||
import { stringWidth } from '../ink/stringWidth.js'
|
||||
import { Box, Text, wrapText } from '../ink.js'
|
||||
import { Box, Text, stringWidth, wrapText } from '@anthropic/ink'
|
||||
import {
|
||||
type AppState,
|
||||
useAppState,
|
||||
|
||||
Reference in New Issue
Block a user