export default [ { title: '分组', screenshot: require('./__screenshots__/group.png'), schema: { componentName: 'FormGroup', title: '分组', props: { title: 'Group', showTitle: true, showDescription: true, showBackgroundColor: true, backgroundColor: '#F9FAFB', }, children: [], }, }, ];