mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-01 12:47:57 +01:00
fix(RadioGroup): improve items value field type (#3995)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user