export default [ { title: '时间轴', screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/timeline-1.jpg', schema: { componentName: 'Timeline', props: { steps: [ { key: 'timeLinei5wd', color:'#D0D5DD', // label: '时间轴', children: { type: "JSSlot", value: [], }, }, { key: 'timeLinei5wx', color:'#D0D5DD', // label: '时间轴', children: { type: "JSSlot", value: [], }, }, ], }, }, }, ];