export default [ { title: 'Iframe组件', screenshot: require('./__screenshots__/iframe.jpg'), schema: { componentName: 'Iframe', props: { html: '这是一个Iframe', }, }, }, ];