jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/antd-mini/less/Radio/RadioGroup/props.js

10 lines
175 B
JavaScript
Raw Normal View History

2024-11-15 03:51:28 +00:00
export var RadioGroupDefaultProps = {
value: null,
defaultValue: null,
name: '',
disabled: false,
color: '',
position: 'vertical',
options: [],
};