export default [ { title: '单项选择框', screenshot: 'https://alifd.oss-cn-hangzhou.aliyuncs.com/fusion-cool/icons/icon-light/ic_light_radio.png', schema: { componentName: 'Field.RadioGroup', props: { label: '单项选择框', mode:"single", placeholder: '请选择', options: [ { value: '1', label: '选项1', }, { value: '2', label: '选项2', }, { value: '3', label: '选项3', }, ], }, }, }, ];