export default [ { title: '一级标题', screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/typography-title-1.png', schema: { componentName: 'Typography.Title', props: { level: 1, children: '一级标题', }, }, }, { title: '二级标题', screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/typography-title-2.png', schema: { componentName: 'Typography.Title', props: { level: 2, children: '二级标题', }, }, }, { title: '三级标题', screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/typography-title-3.png', schema: { componentName: 'Typography.Title', props: { level: 3, children: '三级标题', }, }, }, { title: '四级标题', screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/typography-title-4.png', schema: { componentName: 'Typography.Title', props: { level: 4, children: '四级标题', }, }, }, ];