File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
generatedTypes/components/radioButton Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,10 @@ export declare type RadioButtonPropTypes = RadioGroupContextPropTypes & ViewProp
50
50
* Should the icon be on the right side of the label
51
51
*/
52
52
iconOnRight ?: boolean ;
53
+ /**
54
+ * Should the content be rendered right to the button
55
+ */
56
+ contentOnRight ?: boolean ;
53
57
} ;
54
58
declare const _default : React . ComponentClass < RadioGroupContextPropTypes & ViewProps & {
55
59
/**
@@ -100,6 +104,10 @@ declare const _default: React.ComponentClass<RadioGroupContextPropTypes & ViewPr
100
104
* Should the icon be on the right side of the label
101
105
*/
102
106
iconOnRight ?: boolean | undefined ;
107
+ /**
108
+ * Should the content be rendered right to the button
109
+ */
110
+ contentOnRight ?: boolean | undefined ;
103
111
} & {
104
112
useCustomTheme ?: boolean | undefined ;
105
113
} , any > ;
You can’t perform that action at this time.
0 commit comments