Skip to content

Commit eba8f3b

Browse files
committed
fix: radio group typing
1 parent 76a8dab commit eba8f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/primitives/Radio/types.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export interface IRadioGroupProps extends IStackProps {
145145
/**
146146
* Pass props will be passed to each radio.
147147
*/
148-
_radio?: IRadioProps;
148+
_radio?: Partial<IRadioProps>;
149149
}
150150
export interface IRadioContext extends IFormControlContext {
151151
colorScheme?: ColorSchemeType;

0 commit comments

Comments
 (0)