Skip to content

Commit a6723d4

Browse files
author
Michael Ledin
committed
0.15.2 RadioButton change value type to any mui/material-ui#4510
1 parent 4d489db commit a6723d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

material-ui/material-ui.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,7 @@ declare namespace __MaterialUI {
13911391
labelStyle?: React.CSSProperties;
13921392
style?: React.CSSProperties;
13931393
uncheckedIcon?: React.ReactElement<{ style?: React.CSSProperties }>; // Normally an SvgIcon
1394-
value?: string;
1394+
value?: any;
13951395
}
13961396
export class RadioButton extends React.Component<RadioButtonProps, {}> {
13971397
isChecked(): boolean;

0 commit comments

Comments
 (0)