export default [ { title: '状态指示器', screenshot: require('./__screenshots__/info-indicator.png'), schema: { componentName: 'Badge', props: { scenario: 'statusIndicator', text: 'success', status: 'success', }, }, }, { title: '消息徽标', screenshot: require('./__screenshots__/message-badage.png'), schema: { componentName: 'Badge', props: { scenario: 'messageIndicator', count: 1, children: { type: 'JSSlot', value: [], }, offsetX: 0, offsetY: 0 }, }, }, ];