mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 13:55:50 +00:00
4 lines
212 B
TypeScript
4 lines
212 B
TypeScript
/** 将权限模式映射为 Ink 主题颜色键,用于状态行等 UI;与宿主 `getModeColor` 一致。 */
|
||
export type getModeColor =
|
||
typeof import('src/utils/permissions/PermissionMode.js').getModeColor
|