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 label?: string
description?: string description?: string
disabled?: boolean disabled?: boolean
value?: string value?: RadioGroupValue
[key: string]: any [key: string]: any
} | RadioGroupValue } | RadioGroupValue