export default [ { title: 'HTML组件', screenshot: require('./__screenshots__/html-div-1.png'), schema: { componentName: 'HTMLDiv', props: { html: '这是一个html' }, }, }, ];