export default [ { title: '富文本', screenshot: require('./__screenshots__/rich-text.png'), schema: { componentName: 'RichText', props: { richtext: '

富文本内容

', }, }, } ];