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 76a8dab commit eba8f3bCopy full SHA for eba8f3b
src/components/primitives/Radio/types.tsx
@@ -145,7 +145,7 @@ export interface IRadioGroupProps extends IStackProps {
145
/**
146
* Pass props will be passed to each radio.
147
*/
148
- _radio?: IRadioProps;
+ _radio?: Partial<IRadioProps>;
149
}
150
export interface IRadioContext extends IFormControlContext {
151
colorScheme?: ColorSchemeType;
0 commit comments