Skip to content

Commit e4cfc01

Browse files
authored
Merge pull request #4817 from GeekyAnts/release/3.3.8-rc.0
fix: radio typing
2 parents 44021c8 + 5c9cc55 commit e4cfc01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/primitives/Radio/types.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import type { ResponsiveValue } from '../../../components/types';
77
import type { ISizes } from '../../../theme/base/sizes';
88
export type IRadioValue = string;
99
import type { CustomProps } from '../../types';
10+
import type { IIconProps } from '../Icon';
1011

1112
export type IRadioGroupOnChangeHandler = (value: IRadioValue) => any;
1213

@@ -90,7 +91,7 @@ export interface InterfaceRadioProps extends IBoxProps<IRadioProps> {
9091
/**
9192
* Icon related props can be passed in _icon.
9293
*/
93-
_icon?: Partial<IRadioProps>;
94+
_icon?: Partial<IIconProps>;
9495
/**
9596
* Passed props will be applied on readonly state.
9697
*/

0 commit comments

Comments
 (0)