export default [ { title: '输入框组合', screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/input-group-1.jpg', schema: { componentName: 'Input.Group', props: {}, children: [ { componentName: 'Input', props: { placeholder: '', }, }, { componentName: 'Input', props: { placeholder: '', }, }, ], }, }, ];