mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-21 07:45:52 +00:00
@@ -1,2 +1,5 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type Option = any
|
||||
/** CustomSelect / 权限规则列表等处的简单选项。 */
|
||||
export type Option = {
|
||||
label: string // 展示给用户的文本
|
||||
value: string // 选中后回传的内部值(如规则 key、占位符)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user