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.
1 parent 8050af2 commit a859163Copy full SHA for a859163
src/components/primitives/Radio/types.tsx
@@ -106,6 +106,8 @@ export interface InterfaceRadioProps extends InterfaceBoxProps<IRadioProps> {
106
* You can style interaction box around the checkbox using this.
107
*/
108
_interactionBox?: Omit<Partial<IRadioProps>, '_interactionBox'>;
109
+
110
+ ref?: MutableRefObject<any>;
111
}
112
export interface IRadioGroupProps extends IStackProps {
113
/**
0 commit comments