Skip to content

Commit aef5924

Browse files
committed
Updates RadioButton generated types
1 parent aa5c54f commit aef5924

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

generatedTypes/components/radioButton/RadioButton.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ export declare type RadioButtonPropTypes = RadioGroupContextPropTypes & ViewProp
5050
* Should the icon be on the right side of the label
5151
*/
5252
iconOnRight?: boolean;
53+
/**
54+
* Should the content be rendered right to the button
55+
*/
56+
contentOnRight?: boolean;
5357
};
5458
declare const _default: React.ComponentClass<RadioGroupContextPropTypes & ViewProps & {
5559
/**
@@ -100,6 +104,10 @@ declare const _default: React.ComponentClass<RadioGroupContextPropTypes & ViewPr
100104
* Should the icon be on the right side of the label
101105
*/
102106
iconOnRight?: boolean | undefined;
107+
/**
108+
* Should the content be rendered right to the button
109+
*/
110+
contentOnRight?: boolean | undefined;
103111
} & {
104112
useCustomTheme?: boolean | undefined;
105113
}, any>;

0 commit comments

Comments
 (0)