We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b00a71b + a14eb32 commit 0306570Copy full SHA for 0306570
packages/kits/default/src/radio-group.tsx
@@ -39,7 +39,7 @@ export const RadioGroup: (props: RadioGroupProperties & RefAttributes<ContainerR
39
},
40
)
41
42
-export type RadioGroupItemProperties = ContainerProperties & { disabled?: boolean; value: string }
+export type RadioGroupItemProperties = ContainerProperties & { disabled?: boolean; value?: string }
43
44
export const RadioGroupItem: (props: RadioGroupItemProperties & RefAttributes<ContainerRef>) => ReactNode = forwardRef(
45
({ disabled = false, value, children, ...props }, ref) => {
0 commit comments