mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(RadioGroup): improve items value field type (#3995)
This commit is contained in:
@@ -11,7 +11,7 @@ export type RadioGroupItem = {
|
||||
label?: string
|
||||
description?: string
|
||||
disabled?: boolean
|
||||
value?: string
|
||||
value?: RadioGroupValue
|
||||
[key: string]: any
|
||||
} | RadioGroupValue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user