mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 13:55:50 +00:00
4 lines
236 B
TypeScript
4 lines
236 B
TypeScript
/** 列表/状态行中使用的实心圆点字符(平台相关);与宿主 `src/constants/figures.js` 中 `BLACK_CIRCLE` 常量类型一致。 */
|
|
export type BLACK_CIRCLE =
|
|
typeof import('src/constants/figures.js').BLACK_CIRCLE
|