Skip to content

Commit a859163

Browse files
committed
fix: radio ref typing
1 parent 8050af2 commit a859163

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/primitives/Radio/types.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ export interface InterfaceRadioProps extends InterfaceBoxProps<IRadioProps> {
106106
* You can style interaction box around the checkbox using this.
107107
*/
108108
_interactionBox?: Omit<Partial<IRadioProps>, '_interactionBox'>;
109+
110+
ref?: MutableRefObject<any>;
109111
}
110112
export interface IRadioGroupProps extends IStackProps {
111113
/**

0 commit comments

Comments
 (0)