Update themed components with refs and css
This commit is contained in:
@@ -12,7 +12,7 @@ export default function RadioList({
|
||||
defaultValue,
|
||||
direction = "horizontal",
|
||||
children
|
||||
}: RadioListProps){
|
||||
}: Readonly<RadioListProps>){
|
||||
return (
|
||||
<RadioGroup
|
||||
id={id}
|
||||
|
||||
Reference in New Issue
Block a user