fix(RadioGroup): improve items value field type (#3995)

This commit is contained in:
reslear
2025-04-29 18:02:38 +02:00
committed by GitHub
parent d7710795df
commit 195773ec7d

View File

@@ -11,7 +11,7 @@ export type RadioGroupItem = {
label?: string
description?: string
disabled?: boolean
value?: string
value?: RadioGroupValue
[key: string]: any
} | RadioGroupValue