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

8 lines
134 B
JavaScript
Raw Normal View History

2025-08-18 09:11:51 +08:00
export var RadioDefaultProps = {
value: null,
defaultChecked: null,
color: '',
checked: null,
disabled: false,
};