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.
2 parents 44021c8 + 5c9cc55 commit e4cfc01Copy full SHA for e4cfc01
src/components/primitives/Radio/types.tsx
@@ -7,6 +7,7 @@ import type { ResponsiveValue } from '../../../components/types';
7
import type { ISizes } from '../../../theme/base/sizes';
8
export type IRadioValue = string;
9
import type { CustomProps } from '../../types';
10
+import type { IIconProps } from '../Icon';
11
12
export type IRadioGroupOnChangeHandler = (value: IRadioValue) => any;
13
@@ -90,7 +91,7 @@ export interface InterfaceRadioProps extends IBoxProps<IRadioProps> {
90
91
/**
92
* Icon related props can be passed in _icon.
93
*/
- _icon?: Partial<IRadioProps>;
94
+ _icon?: Partial<IIconProps>;
95
96
* Passed props will be applied on readonly state.
97
0 commit comments