File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/primitives/Radio Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import type { MutableRefObject } from 'react';
7
7
import type { ResponsiveValue } from '../../../components/types' ;
8
8
import type { ISizes } from '../../../theme/base/sizes' ;
9
9
export type IRadioValue = string ;
10
- import type { CustomProps } from '../../types' ;
10
+ import type { CustomProps , ThemeComponentSizeType } from '../../types' ;
11
11
import type { IIconProps } from '../Icon' ;
12
12
13
13
export type IRadioGroupOnChangeHandler = ( value : IRadioValue ) => any ;
@@ -50,7 +50,7 @@ export interface InterfaceRadioProps extends InterfaceBoxProps<IRadioProps> {
50
50
* The size (width and height) of the radio.
51
51
*/
52
52
53
- size ?: ResponsiveValue < ISizes | ( string & { } ) | number > ;
53
+ size ?: ThemeComponentSizeType < 'Radio' > ;
54
54
55
55
/**
56
56
* If given, will use this icon instead of the default.
You can’t perform that action at this time.
0 commit comments