feat(RadioGroup): add icon-size prop (#4529)
This commit is contained in:
@@ -8,7 +8,8 @@ export default createComponent({
|
||||
|
||||
props: {
|
||||
value: null,
|
||||
disabled: Boolean
|
||||
disabled: Boolean,
|
||||
iconSize: [Number, String]
|
||||
},
|
||||
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user