export default [ { title: '滑动走马灯', screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/slider-1.png', schema: { componentName: 'SlickCarousel', props: { items: [ { children: { type: 'JSSlot', value: [], }, }, { children: { type: 'JSSlot', value: [], }, } ] }, }, }, ];