export default [ { title: '卡片容器-小', screenshot: require('./__screenshots__/cardSmall.png'), schema: { componentName: 'CardContainer', props: { width: 396, height: 300, }, }, }, { title: '卡片容器-中', screenshot: require('./__screenshots__/cardMedium.jpg'), schema: { componentName: 'CardContainer', props: { width: 800, height: 300, }, }, }, { title: '卡片容器-大', screenshot: require('./__screenshots__/cardLarge.jpg'), schema: { componentName: 'CardContainer', props: { width: 1608, height: 300, }, }, }, ];